aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sfgui/vcpkg.json
blob: 2698ee38af09058f59481e9257e0160ca2ea6407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "sfgui",
  "version": "1.0.0",
  "description": "Simple and Fast Graphical User Interface Library",
  "homepage": "https://github.com/TankOs/SFGUI",
  "license": "Zlib",
  "dependencies": [
    "sfml",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}