diff options
Diffstat (limited to 'vcpkg/ports/spine-runtimes/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/spine-runtimes/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/spine-runtimes/vcpkg.json b/vcpkg/ports/spine-runtimes/vcpkg.json new file mode 100644 index 0000000..465f6a4 --- /dev/null +++ b/vcpkg/ports/spine-runtimes/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "spine-runtimes", + "version": "4.1.0", + "description": "2D skeletal animation runtimes for Spine", + "homepage": "https://github.com/EsotericSoftware/spine-runtimes", + "license": null, + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |