vcpkg/ports/physfs/vcpkg.json

19 lines
369 B
JSON
Raw Normal View History

{
"name": "physfs",
"version-semver": "3.2.0",
"port-version": 1,
"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
}
]
}