ugui/project.json

21 lines
515 B
JSON

{
"langrev": "1",
"warnings": ["no-unused"],
"dependency-search-paths": ["lib", "../../Programs/Source/c3-vendor/libraries", "../sdl3.c3l"],
"dependencies": ["raylib55", "schrift", "grapheme", "mqoi", "sdl3"],
"features": [],
"authors": ["Alessandro Mauri <ale@shitposting.expert>"],
"version": "0.1.0",
"sources": ["src/**"],
"output": "build",
"target": "linux-x64",
"targets": {
"ugui": {
"type": "executable"
}
},
"cpu": "native",
"opt": "O0",
"debug-info": "full"
}