vcpkg/ports/polymorphic-value/vcpkg.json
Cheney Wang 8b63797138
[live555/guilite/polymorphic-value] Update version (#24555)
* [live555/guilite] Update version

* [polymorphic-value] Update version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-05-06 16:54:57 -07:00

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