Crafter.Graphics/examples/VulkanTriangle/project.json

22 lines
527 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
}
2026-01-28 23:37:12 +01:00
],
"shaders": [
{
"path":"raygen.glsl",
"type":6,
"entrypoint":"main"
}
2025-06-13 23:59:36 +02:00
]
}
]
}