diff options
Diffstat (limited to 'vcpkg/ports/soil2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/soil2/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/soil2/vcpkg.json b/vcpkg/ports/soil2/vcpkg.json new file mode 100644 index 0000000..08a5013 --- /dev/null +++ b/vcpkg/ports/soil2/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "soil2", + "version": "1.3.0", + "port-version": 1, + "description": "Simple OpenGL Image Library 2", + "homepage": "https://github.com/SpartanJ/SOIL2", + "license": "MIT-0", + "supports": "!uwp & !android", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |