vcpkg/ports/cista/vcpkg.json
2024-06-26 20:17:37 -07:00

18 lines
380 B
JSON

{
"name": "cista",
"version": "0.15",
"description": "Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.",
"homepage": "https://github.com/felixguendling/cista",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}