vcpkg/ports/physfs/vcpkg.json

19 lines
360 B
JSON
Raw Normal View History

{
"name": "physfs",
"version-semver": "3.2.0",
"description": "a library to provide abstract access to various archives",
"homepage": "https://icculus.org/physfs/",
"license": "Zlib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}