mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:39:01 +08:00
66e2046ef6
* Add release v1.2.0 * Baseline and git-tree
18 lines
343 B
JSON
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
|
|
}
|
|
]
|
|
}
|