mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 11:41:36 +08:00
26 lines
494 B
JSON
26 lines
494 B
JSON
|
{
|
||
|
"name": "reflectcpp",
|
||
|
"version": "0.13.0",
|
||
|
"description": "A C++ library for serialization and deserialization using reflection.",
|
||
|
"homepage": "https://github.com/getml/reflect-cpp/",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "ctre",
|
||
|
"version>=": "3.9.0"
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "yyjson",
|
||
|
"version>=": "0.9.0"
|
||
|
}
|
||
|
]
|
||
|
}
|