vcpkg/ports/fast-float/vcpkg.json
Cheney Wang cd9fa257c1
[fast-float] Update to 3.11.0 (#30543)
* [fast-float] Update to 3.11.0

* Add blank line
2023-03-30 11:59:20 -07:00

18 lines
426 B
JSON

{
"name": "fast-float",
"version": "3.11.0",
"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
}
]
}