ugui.c3l/project.json

21 lines
456 B
JSON
Raw Normal View History

2024-10-29 22:45:47 +01:00
{
"langrev": "1",
"warnings": ["no-unused"],
"dependency-search-paths": ["lib", "lib/vendor/libraries"],
"dependencies": ["raylib55", "sdl3", "ugui"],
2025-01-31 23:15:40 +01:00
"features": [],
"authors": ["Alessandro Mauri <ale@shitposting.expert>"],
2024-10-29 22:45:47 +01:00
"version": "0.1.0",
"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": {
"type": "executable"
}
2024-10-29 22:45:47 +01:00
},
2025-01-31 23:15:40 +01:00
"cpu": "native",
"opt": "O0",
"debug-info": "full"
2024-10-29 22:45:47 +01:00
}