mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:29:00 +08:00
28098e75ae
* Update fast-float to 3.5.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
425 B
JSON
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
|
|
}
|
|
]
|
|
}
|