aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/imguizmo/vcpkg.json
blob: 3cdc4029a7304b58c5ddcb8922763601cf928276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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
    }
  ]
}