Crafter.Graphics/examples/HelloUI/project.json

16 lines
373 B
JSON
Raw Normal View History

2025-06-13 23:59:36 +02:00
{
"name": "crafter-graphics",
"configurations": [
{
2025-11-16 18:52:52 +01:00
"name": "executable",
"implementations": ["main"],
2025-06-13 23:59:36 +02:00
"dependencies": [
{
"path":"../../project.json",
2025-12-28 00:05:03 +01:00
"configuration":"lib-wayland-debug"
2025-06-13 23:59:36 +02:00
}
2025-12-28 00:05:03 +01:00
],
"debug": true
2025-06-13 23:59:36 +02:00
}
]
}