Crafter.Graphics/examples/HelloAnimation/project.json

15 lines
347 B
JSON
Raw Normal View History

2025-11-24 03:38:20 +01:00
{
"name": "crafter-graphics",
"configurations": [
{
"name": "executable",
"implementations": ["main"],
"dependencies": [
{
"path":"../../project.json",
2025-11-25 21:25:04 +01:00
"configuration":"lib-wayland-timing"
2025-11-24 03:38:20 +01:00
}
]
}
]
}