vcpkg/ports/bitsery/vcpkg.json
jimmyhu b4d4529356
[bitsery] Update to v5.2.3 (#32898)
* 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>
2023-08-04 06:55:27 -07:00

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
}
]
}