vcpkg/ports/byte-lite/vcpkg.json
chausner ff67049ad6
[byte-lite] Update to 0.3.0 (#20908)
* Update byte-lite to 0.3.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 23:46:24 -07:00

16 lines
308 B
JSON

{
"name": "byte-lite",
"version": "0.3.0",
"description": "A C++17-like byte type for C++98, C++11 and later in a single-file header-only library",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}