aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/implot/vcpkg.json
blob: 70c71fb076ebf2173868b420c80c4f0945d5eba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "implot",
  "version": "0.16",
  "description": "Advanced 2D Plotting for Dear ImGui",
  "homepage": "https://github.com/epezent/implot",
  "license": "MIT",
  "dependencies": [
    "imgui",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}