mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:41:36 +08:00
18 lines
424 B
JSON
18 lines
424 B
JSON
|
{
|
||
|
"name": "s2geometry",
|
||
|
"version": "0.9.0",
|
||
|
"description": "S2 is a library for spherical geometry that aims to have the same robustness, flexibility, and performance as the very best planar geometry libraries.",
|
||
|
"homepage": "https://s2geometry.io",
|
||
|
"supports": "!windows",
|
||
|
"dependencies": [
|
||
|
"gflags",
|
||
|
"glog",
|
||
|
"gtest",
|
||
|
"openssl",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|