vcpkg/ports/ebml/vcpkg.json
chausner fab7bbf0c0
[ebml] Update to 1.4.2 (#20491)
* 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>
2021-10-05 16:13:59 -07:00

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