vcpkg/ports/imguizmo/vcpkg.json

20 lines
426 B
JSON
Raw Normal View History

{
"name": "imguizmo",
"version-date": "2024-05-29",
"port-version": 1,
"description": "Immediate mode 3D gizmo for scene editing and other controls based on Dear ImGui",
"homepage": "https://github.com/CedricGuillemet/ImGuizmo",
"license": "MIT",
"dependencies": [
"imgui",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}