Crafter.Graphics/examples/VulkanTriangle/project.json
2026-01-28 23:37:12 +01:00

22 lines
527 B
JSON

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