mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
18 lines
398 B
JSON
18 lines
398 B
JSON
{
|
|
"name": "casclib",
|
|
"version-date": "2024-06-05",
|
|
"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"
|
|
]
|
|
}
|