mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
8b63797138
* [live555/guilite] Update version * [polymorphic-value] Update version Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
19 lines
363 B
JSON
19 lines
363 B
JSON
{
|
|
"name": "polymorphic-value",
|
|
"version": "1.3.0",
|
|
"port-version": 3,
|
|
"description": "A polymorphic value-type for C++",
|
|
"homepage": "https://github.com/jbcoe/polymorphic_value",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|