diff options
Diffstat (limited to 'vcpkg/ports/spaceland/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/spaceland/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/spaceland/vcpkg.json b/vcpkg/ports/spaceland/vcpkg.json new file mode 100644 index 0000000..21bc11d --- /dev/null +++ b/vcpkg/ports/spaceland/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "spaceland", + "version": "7.8.2", + "port-version": 11, + "description": "Spaceland Lib (sl) is a suite for geometric computation, specifically adapted to OpenGL.", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + "zlib" + ] +} |