{ "name": "crafter-graphics", "configurations": [ { "name": "example", "standard": "c++26", "source_files": ["main"], "module_files": [], "build_dir": "build", "output_dir": "bin", "type":"executable", "libs": [], "flags": ["-Wno-uninitialized"], "dependencies": [ { "path":"../../project.json", "configuration":"lib-debug" } ], "shaders": [ { "path":"CustomShader.glsl", "type":13, "entrypoint":"main" } ] } ] }