vcpkg/ports/visit-struct/vcpkg.json
Silvio Traversaro 93c0ba0e2c
[visit-struct] Update to 1.1.0 and prefix targets with unofficial (#30907)
* [visit-struct] Update to 1.1.0 and prefix targets with unofficial

* [visit-struct] Update versions
2023-04-18 16:39:19 -07:00

17 lines
319 B
JSON

{
"name": "visit-struct",
"version": "1.1.0",
"description": "A header-only library providing structure visitors for C++11 and C++14",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}