refraction/.kateproject.build
2024-09-22 15:12:11 +03:00

19 lines
517 B
Plaintext

{
"Auto_generated": "This file is auto-generated. Any extra tags or formatting will be lost",
"target_sets": [
{
"cmake_config": "",
"directory": "%B",
"loaded_via_cmake": false,
"name": "Cargo",
"targets": [
{
"build_cmd": "cargo build --bin wireframe",
"name": "wireframe",
"run_cmd": "cargo run --bin wireframe"
}
]
}
]
}