mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 17:09:00 +08:00
dafff8267e
* [ebml] update to 1.4.4 The limits patch has been applied in 1.4.3:f0bfd53647
* [ebml] enable UWP builds This has been used in VLC for years. There was a build issue with file access but it's no longer build by default05bc5c0902
17 lines
307 B
JSON
17 lines
307 B
JSON
{
|
|
"name": "ebml",
|
|
"version": "1.4.4",
|
|
"description": "A C++ library to parse EBML files",
|
|
"homepage": "https://github.com/Matroska-Org/libebml",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|