aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/imgui-node-editor/vcpkg.json
blob: fd4bb73ac964ead5daca887f877f7885f68282cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "imgui-node-editor",
  "version": "0.9.3",
  "port-version": 2,
  "description": "Node Editor built using Dear ImGui",
  "homepage": "https://github.com/thedmd/imgui-node-editor",
  "license": "MIT",
  "dependencies": [
    "imgui",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}