mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:29:00 +08:00
75d06f466d
* 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>
19 lines
369 B
JSON
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
|
|
}
|
|
]
|
|
}
|