aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/imgui-sfml/vcpkg.json
blob: 04dcb3c28cd6d4f71950576fa5616026a8e39144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "imgui-sfml",
  "version": "3.0",
  "port-version": 2,
  "description": "ImGui binding for use with SFML",
  "homepage": "https://github.com/eliasdaler/imgui-sfml",
  "license": "MIT",
  "dependencies": [
    "imgui",
    "opengl",
    "sfml",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}