project-aster/vcpkg.json

21 lines
304 B
JSON

{
"dependencies": [
"eastl",
"fmt",
"glfw3",
"glm",
{
"name": "imgui",
"features": [
"docking-experimental",
"glfw-binding",
"vulkan-binding"
]
},
"scottt-debugbreak",
"tinygltf",
"vulkan-memory-allocator",
"entt"
]
}