mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:28:59 +08:00
18 lines
314 B
JSON
18 lines
314 B
JSON
{
|
|
"name": "stormlib",
|
|
"version": "9.26",
|
|
"description": "StormLib is a library for opening and manipulating Blizzard MPQ files",
|
|
"dependencies": [
|
|
"bzip2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|