vcpkg/ports/ebml/vcpkg.json
Steve Lhomme dafff8267e
[ebml] update to 1.4.4 and enable UWP builds (#30750)
* [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 default

05bc5c0902
2023-04-10 19:28:13 -07:00

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