aboutsummaryrefslogtreecommitdiff
path: root/ports/imgui-sfml/vcpkg.json
blob: e12799de8cd36bed369a152fa69ad84224c17d66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "imgui-sfml",
  "version-string": "2.1",
  "port-version": 3,
  "description": "ImGui binding for use with SFML",
  "homepage": "https://github.com/eliasdaler/imgui-sfml",
  "dependencies": [
    "imgui",
    "opengl",
    "sfml"
  ]
}