Files
AsuroImgui/ImguiBase/vcpkg.json
2023-02-24 13:17:22 +01:00

12 lines
265 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"vulkan",
"vulkan-headers",
"glfw3",
{
"name": "imgui",
"features": [ "glfw-binding", "vulkan-binding" ]
}
]
}