Crafter.Graphics/examples/VulkanWindow/project.json
2026-01-27 22:34:24 +01:00

15 lines
339 B
JSON

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