Files
RayTracer/vcpkg.json
T

15 lines
201 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" ]
},
"assimp",
"ktx",
"glfw3",
"glew",
"glm",
"stb",
"fmt"
]
2025-01-23 12:33:39 +01:00
}