Crafter.Graphics/examples/HelloText/project.json
2026-01-27 21:33:44 +01:00

17 lines
420 B
JSON

{
"name": "crafter-graphics",
"configurations": [
{
"name": "executable",
"implementations": ["main"],
"dependencies": [
{
"path":"../../project.json",
"configuration":"lib-wayland-debug"
}
],
"debug": true,
"additional_files": ["inter.ttf"]
}
]
}