mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
2d2b7d172d
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|