aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/flatbush/vcpkg.json
blob: f3ad44aa55a350898d569089db9a5978e1b485a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "flatbush",
  "version": "1.3.0",
  "description": "A C++11 header-only single file port of Flatbush",
  "homepage": "https://github.com/chusitoo/flatbush",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}