Files
Seele/vcpkg.json
T

28 lines
380 B
JSON
Raw Normal View History

2023-12-10 22:27:59 +01:00
{
2025-01-19 16:07:38 +01:00
"dependencies": [
2026-04-21 22:00:00 +02:00
"vulkan",
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",
2026-04-06 17:29:55 +02:00
{
"name": "glfw3",
"features": [
"wayland"
]
},
2025-01-19 16:07:38 +01:00
"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
}