mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 08:09:00 +08:00
79be4be144
* [gts] Enable and fix osx * [gts] Update manifest * [gts] Fix version passing * [gts] Update usage * [gts] Simplify dll patching * [gts] Cleanup * [gts] android builds now * ignition-common1: fails on osx as on linux
16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"name": "gts",
|
|
"version": "0.7.6",
|
|
"port-version": 8,
|
|
"description": "3D surfaces meshed with interconnected triangles",
|
|
"homepage": "https://gts.sourceforge.net/",
|
|
"license": "LGPL-2.0-or-later",
|
|
"dependencies": [
|
|
"glib",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|