mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
a72a3d5459
* [physfs] cleanup * Fix symbol names * Add usage doc * [cmake-user] Test PhysFS * Add wrapper * Restore msbuild for uwp
19 lines
369 B
JSON
19 lines
369 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|