mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
93c0ba0e2c
* [visit-struct] Update to 1.1.0 and prefix targets with unofficial * [visit-struct] Update versions
17 lines
319 B
JSON
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
|
|
}
|
|
]
|
|
}
|