vcpkg/ports/cista/vcpkg.json
Weihang Ding 1759aaf2dc
[cista] Bump to 0.14 (#33229)
* [cista] Bump to 0.14

* update version database
2023-08-17 11:08:01 -07:00

18 lines
380 B
JSON

{
"name": "cista",
"version": "0.14",
"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
}
]
}