vcpkg/ports/tweeny/vcpkg.json

18 lines
320 B
JSON
Raw Normal View History

{
"name": "tweeny",
"version": "3.2.0",
"port-version": 1,
"description": "A modern C++ tweening library",
"homepage": "https://github.com/mobius3/tweeny",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}