vcpkg/ports/casclib/vcpkg.json
chausner 95dad17807
[casclib] Update to 2021-11-16 (#21472)
* 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>
2021-11-17 12:27:02 -08:00

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"
]
}