mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
cfd0a5a75a
* [fast-float] update to 6.0.0 * update version --------- Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
18 lines
436 B
JSON
18 lines
436 B
JSON
{
|
|
"name": "fast-float",
|
|
"version": "6.0.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 BSL-1.0 OR MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|