mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 02:59:00 +08:00
b4d4529356
* Update bitsery to v5.2.3 Update bitsery to v5.2.3 * Update bitsery.json file Update bitsery.json file * Update ports/bitsery/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update bitsery.json file Update bitsery.json file * update hash * version --------- Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> Co-authored-by: Frank xie (Beyondsoft Corporation) <v-frankxie@microsoft.com> Co-authored-by: Frank <1433351828@qq.com>
17 lines
316 B
JSON
17 lines
316 B
JSON
{
|
|
"name": "bitsery",
|
|
"version": "5.2.3",
|
|
"description": "Header only C++ binary serialization library",
|
|
"homepage": "https://github.com/fraillt/bitsery",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|