mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:59:00 +08:00
709e9ec32e
* fast-float update to v3.2.0 * update version * update * update version to v3.2.0 * update version * update version * update version * update * revert portfile.camke * update version
17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"name": "fast-float",
|
|
"version": "3.2.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",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|