18 lines
445 B
JSON
Executable file
18 lines
445 B
JSON
Executable file
{
|
|
"name": "s2geometry",
|
|
"version": "0.9.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|