vcpkg/ports/any-lite/vcpkg.json
JonLiu1993 d1657f4c9b
[arcus/any-lite/aixlog] Update to the latest version (#19977)
* [arcus/any-lite/aixlog] Update to the latest version

* update version

* Apply requested changes

* update version

* update vcpkg.json

* update version
2021-09-07 21:41:40 -07:00

16 lines
361 B
JSON

{
"name": "any-lite",
"version-semver": "0.4.0",
"description": "A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only library",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}