ugui.c3l/project.json

21 lines
515 B
JSON
Raw Normal View History

2024-10-29 22:45:47 +01:00
{
"langrev": "1",
"warnings": ["no-unused"],
2025-05-21 23:38:59 +02:00
"dependency-search-paths": ["lib", "../../Programs/Source/c3-vendor/libraries", "../sdl3.c3l"],
"dependencies": ["raylib55", "schrift", "grapheme", "mqoi", "sdl3"],
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
}