mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
bfc3ba0aab
* added a port for the fast_float library * Updated fast_float to version 0.8.0 * Added version files for fast-float * Added newline at end of file * Updated git-tree entry after change * Fixed line endings * Updated tree after change * ran vcpkg x-add-version --all to fix versions for log4cpp, which were broken for some reason.
7 lines
245 B
JSON
7 lines
245 B
JSON
{
|
|
"name": "fast-float",
|
|
"version-string": "0.8.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"
|
|
}
|