Files
Seele/vcpkg.json
T

18 lines
297 B
JSON
Raw Normal View History

2023-12-10 22:27:59 +01:00
{
"dependencies": [
"assimp",
"entt",
"stb",
"entt",
"freetype",
"glfw3",
"glm",
"ktx",
"nlohmann-json",
2024-01-16 19:24:49 +01:00
"fmt",
2024-01-17 17:57:59 +01:00
"gtest",
2024-04-04 08:30:59 +02:00
"vulkan-memory-allocator",
2024-04-13 23:51:38 +02:00
"shader-slang",
"glslang"
2023-12-10 22:27:59 +01:00
]
}