Crafter.Graphics/examples/VulkanTriangle/project.json

15 lines
339 B
JSON
Raw Normal View History

2025-06-13 23:59:36 +02:00
{
"name": "crafter-graphics",
"configurations": [
{
2026-01-28 01:06:48 +01:00
"name": "executable",
"implementations": ["main"],
2025-06-13 23:59:36 +02:00
"dependencies": [
{
"path":"../../project.json",
2026-01-28 01:06:48 +01:00
"configuration":"lib-vulkan"
2025-06-13 23:59:36 +02:00
}
]
}
]
}