yuzu/externals/vcpkg/ports/ebml/vcpkg.json

19 lines
350 B
JSON
Executable File

{
"name": "ebml",
"version": "1.4.2",
"port-version": 1,
"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
}
]
}