simple-qemu-manager/project.json

21 lines
474 B
JSON
Raw Normal View History

2025-10-26 00:03:45 +02:00
{
"langrev": "1",
2026-07-29 01:26:16 +02:00
"warnings": [ "no-unused" ],
"dependency-search-paths": [ "lib" ],
"dependencies": [ "ugui", "ugui_sdl3", "sdl3", "schrift" ],
"features": [ "DEBUG_POINTER" ],
"authors": [ "Alessandro Mauri <ale@shitposting.expert>" ],
2025-10-26 00:03:45 +02:00
"version": "0.1.0",
2026-07-29 01:26:16 +02:00
"sources": [ "src/**" ],
2025-10-26 00:03:45 +02:00
"output": "build",
"target": "linux-x64",
"targets": {
"ugui": {
"type": "executable"
}
},
"safe": true,
2025-10-27 11:52:07 +01:00
"opt": "O0",
2025-10-26 00:03:45 +02:00
"debug-info": "full"
}