mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:29:01 +08:00
aaeca7b000
* [physfs] Patches to fix behavior on macOS / Linux * Run x-add-version physfs * Update ports/physfs/portfile.cmake * Update ports/physfs/portfile.cmake * Update versions/p-/physfs.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
11 lines
231 B
JSON
11 lines
231 B
JSON
{
|
|
"name": "physfs",
|
|
"version-string": "3.0.2",
|
|
"port-version": 5,
|
|
"description": "a library to provide abstract access to various archives",
|
|
"homepage": "https://icculus.org/physfs/",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|