mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 03:46:44 +08:00
a3aa291c59
* [physfs] Update to 3.2.0 * Run x-add-version
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|