Files
MeshShadingDemo/vcpkg.json
T

21 lines
307 B
JSON
Raw Normal View History

2025-07-01 20:38:31 +02:00
{
"dependencies": [
"assimp",
"entt",
"stb",
"entt",
"freetype",
"glfw3",
"glm",
"ktx",
"nlohmann-json",
"fmt",
"gtest",
"vulkan-memory-allocator",
"lunasvg",
"harfbuzz",
"shader-slang",
"metis",
"meshoptimizer"
]
2024-04-22 12:47:05 +02:00
}