Files
Seele/vcpkg.json
T

26 lines
354 B
JSON
Raw Normal View History

2023-12-10 22:27:59 +01:00
{
2025-01-19 16:07:38 +01:00
"dependencies": [
2026-03-16 16:52:43 +01:00
{
2026-03-16 16:54:14 +01:00
"name": "vulkan"
2026-03-16 16:52:43 +01:00
},
2026-03-16 16:51:53 +01:00
"vulkan-loader",
2026-03-16 16:52:43 +01:00
{
2026-03-16 16:54:14 +01:00
"name": "vulkan-memory-allocator"
2026-03-16 16:52:43 +01:00
},
2025-01-19 16:07:38 +01:00
"assimp",
"stb",
"entt",
"freetype",
"glfw3",
"glm",
"ktx",
"nlohmann-json",
"fmt",
"gtest",
2025-01-29 16:15:48 +01:00
"lunasvg",
"harfbuzz",
2025-05-12 22:48:01 +02:00
"shader-slang",
"metis",
"meshoptimizer"
2025-01-19 16:07:38 +01:00
]
2023-12-10 22:27:59 +01:00
}