mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
1759aaf2dc
* [cista] Bump to 0.14 * update version database
18 lines
380 B
JSON
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
|
|
}
|
|
]
|
|
}
|