2024-10-29 22:45:47 +01:00
|
|
|
{
|
|
|
|
|
"langrev": "1",
|
2025-01-29 01:10:18 +01:00
|
|
|
"warnings": ["no-unused"],
|
2025-06-09 15:50:29 +02:00
|
|
|
"dependency-search-paths": ["lib", "lib/vendor/libraries"],
|
2025-10-25 15:13:06 +02:00
|
|
|
"dependencies": ["sdl3", "ugui", "ugui_sdl3"],
|
2025-10-03 15:31:44 +02:00
|
|
|
"features": ["DEBUG_POINTER"],
|
2025-01-29 01:10:18 +01:00
|
|
|
"authors": ["Alessandro Mauri <ale@shitposting.expert>"],
|
2024-10-29 22:45:47 +01:00
|
|
|
"version": "0.1.0",
|
2025-01-29 01:10:18 +01:00
|
|
|
"sources": ["src/**"],
|
2024-10-29 22:45:47 +01:00
|
|
|
"output": "build",
|
2025-01-31 23:15:40 +01:00
|
|
|
"target": "linux-x64",
|
2024-10-29 22:45:47 +01:00
|
|
|
"targets": {
|
|
|
|
|
"ugui": {
|
2025-01-29 01:10:18 +01:00
|
|
|
"type": "executable"
|
|
|
|
|
}
|
2024-10-29 22:45:47 +01:00
|
|
|
},
|
2025-10-23 22:31:58 +02:00
|
|
|
"safe": true,
|
|
|
|
|
"opt": "O1",
|
2025-01-31 23:15:40 +01:00
|
|
|
"debug-info": "full"
|
2024-10-29 22:45:47 +01:00
|
|
|
}
|