vcpkg/ports/flatbush/vcpkg.json
Alex E 66e2046ef6
[flatbush] update to v1.2.0 (#32344)
* Add release v1.2.0

* Baseline and git-tree
2023-07-05 11:35:11 -07:00

18 lines
343 B
JSON

{
"name": "flatbush",
"version": "1.2.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
}
]
}