Files
RayTracer/vcpkg.json
T

16 lines
224 B
JSON
Raw Normal View History

2025-01-23 12:33:39 +01:00
{
2025-01-24 23:20:26 +01:00
"dependencies": [
{
"name": "imgui",
"features": [ "glfw-binding", "opengl3-binding" ]
},
2025-01-25 13:04:12 +01:00
"vulkan",
2025-01-24 23:20:26 +01:00
"assimp",
"ktx",
"glfw3",
"glew",
"glm",
2025-01-25 18:05:47 +01:00
"fmt",
"shader-slang"
2025-01-24 23:20:26 +01:00
]
2025-01-23 12:33:39 +01:00
}