mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
a685c5b764
* [imgui] update to 1.89.4 * [imguizmo] fix build * [implot] fix build
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"name": "imguizmo",
|
|
"version": "1.83",
|
|
"port-version": 1,
|
|
"description": "Immediate mode 3D gizmo for scene editing and other controls based on Dear ImGui",
|
|
"homepage": "https://github.com/CedricGuillemet/ImGuizmo",
|
|
"dependencies": [
|
|
"imgui",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|