Crafter.Graphics/examples/HelloAnimation/project.json
2025-11-25 21:25:04 +01:00

15 lines
347 B
JSON

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