vcpkg/ports/flatbush/vcpkg.json

18 lines
343 B
JSON
Raw Normal View History

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