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