Files
RayTracer/vcpkg.json
T

15 lines
227 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",
2025-02-27 20:25:53 +09:00
"features": [ "glfw-binding", "opengl3-binding", "metal-binding" ]
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
}