Files
RayTracer/vcpkg.json
T
2025-01-28 00:08:52 +01:00

17 lines
255 B
JSON

{
"dependencies": [
{
"name": "imgui",
"features": [ "glfw-binding", "opengl3-binding" ]
},
"vulkan",
"vulkan-memory-allocator",
"assimp",
"ktx",
"glfw3",
"glew",
"glm",
"fmt",
"shader-slang"
]
}