mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 11:42:15 +08:00
21 lines
470 B
JSON
21 lines
470 B
JSON
|
{
|
||
|
"name": "rsm-bsa",
|
||
|
"version-semver": "2.0.3",
|
||
|
"description": "A C++ library for working with the Bethesda archive file format",
|
||
|
"homepage": "https://github.com/Ryan-rsm-McKenzie/bsa",
|
||
|
"documentation": "https://ryan-rsm-mckenzie.github.io/bsa/",
|
||
|
"supports": "!x86 & !osx & !uwp",
|
||
|
"dependencies": [
|
||
|
"lz4",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|