mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
fab7bbf0c0
* Update ebml to 1.4.2 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
18 lines
329 B
JSON
18 lines
329 B
JSON
{
|
|
"name": "ebml",
|
|
"version": "1.4.2",
|
|
"description": "A C++ library to parse EBML files",
|
|
"homepage": "https://github.com/Matroska-Org/libebml",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|