mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 16:00:25 +08:00
3b45774920
* [libwebm] Update to 1.0.0.28 * add crt linkage option Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"name": "libwebm",
|
|
"version": "1.0.0.28",
|
|
"description": "WebM File Parser",
|
|
"homepage": "https://github.com/webmproject/libwebm",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|