Crafter.Graphics/examples/HelloRotation/project.json

16 lines
374 B
JSON
Raw Normal View History

2025-12-21 20:25:59 +01:00
{
"name": "crafter-graphics",
"configurations": [
{
"name": "executable",
"implementations": ["main"],
"dependencies": [
{
"path":"../../project.json",
"configuration":"lib-wayland-timing"
}
2026-01-28 18:51:11 +01:00
],
"debug": true
2025-12-21 20:25:59 +01:00
}
]
}