mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:29:11 +08:00
95dad17807
* Update casclib to 2021-11-16 * Update CI baseline * Add patch for shared Windows builds * Update CI baseline * Fix find_package * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
398 B
JSON
18 lines
398 B
JSON
{
|
|
"name": "casclib",
|
|
"version-date": "2021-11-16",
|
|
"description": "An open-source implementation of library for reading CASC storage from Blizzard games since 2014",
|
|
"homepage": "http://www.zezula.net/en/casc/casclib.html",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|