Crafter.Graphics/examples/HelloDrawing/project.json

15 lines
340 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-11-16 18:52:52 +01:00
"configuration":"lib-wayland"
2025-06-13 23:59:36 +02:00
}
]
}
]
}