vcpkg/ports/matroska/vcpkg.json
chausner 75d06f466d
[matroska] Update to 1.6.3 (#21383)
* Update matroska to 1.6.3

* Update CI baseline

* Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-11-16 16:48:12 -08:00

19 lines
369 B
JSON

{
"name": "matroska",
"version": "1.6.3",
"description": "a C++ library to parse Matroska files (.mkv and .mka)",
"homepage": "https://github.com/Matroska-Org/libmatroska",
"supports": "!uwp",
"dependencies": [
"ebml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}