diff options
Diffstat (limited to 'vcpkg/ports/rlottie/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/rlottie/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/rlottie/vcpkg.json b/vcpkg/ports/rlottie/vcpkg.json new file mode 100644 index 0000000..fb3b28e --- /dev/null +++ b/vcpkg/ports/rlottie/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "rlottie", + "version-date": "2024-08-26", + "description": "A platform independent standalone library that plays Lottie Animation.", + "homepage": "https://github.com/Samsung/rlottie", + "dependencies": [ + "rapidjson", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |