23 lines
569 B
JSON
23 lines
569 B
JSON
{
|
|
"name": "crafter-graphics",
|
|
"configurations": [
|
|
{
|
|
"name": "executable",
|
|
"implementations": ["main"],
|
|
"dependencies": [
|
|
{
|
|
"path":"../../project.json",
|
|
"configuration":"lib-wayland-vulkan-debug"
|
|
}
|
|
],
|
|
"debug": true,
|
|
"shaders": [
|
|
{
|
|
"path":"raygen.glsl",
|
|
"type": 6,
|
|
"entrypoint":"main"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|