vcpkg/ports/fast-float/vcpkg.json
georg-emg bfc3ba0aab
[fast-float] Add new port (#16144)
* 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.
2021-02-10 23:56:13 -08:00

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"
}