Files
Seele/vcpkg.json
T

16 lines
254 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-23 17:08:39 +02:00
"vulkan-memory-allocator"
2023-12-10 22:27:59 +01:00
]
}