vcpkg/ports/fast-float/vcpkg.json
chausner 28098e75ae
[fast-float] Update to 3.5.1 (#26615)
* Update fast-float to 3.5.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-09-01 09:22:25 -07:00

18 lines
425 B
JSON

{
"name": "fast-float",
"version": "3.5.1",
"description": "Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod",
"homepage": "https://github.com/fastfloat/fast_float",
"license": "Apache-2.0 OR MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}