Files
RayTracer/vcpkg.json
T
2025-01-24 23:20:30 +01:00

15 lines
201 B
JSON

{
"dependencies": [
{
"name": "imgui",
"features": [ "glfw-binding", "opengl3-binding" ]
},
"assimp",
"ktx",
"glfw3",
"glew",
"glm",
"stb",
"fmt"
]
}