Add Blender to the list of projects using fast_float

This commit is contained in:
Daniel Lemire 2025-09-17 23:09:25 -06:00 committed by GitHub
parent fec4082f01
commit fb384a4205
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -385,6 +385,8 @@ The fast_float library is part of:
* GCC (as of version 12): the `from_chars` function in GCC relies on fast_float, * GCC (as of version 12): the `from_chars` function in GCC relies on fast_float,
* [Chromium](https://github.com/Chromium/Chromium), the engine behind Google * [Chromium](https://github.com/Chromium/Chromium), the engine behind Google
Chrome, Microsoft Edge, and Opera, Chrome, Microsoft Edge, and Opera,
* Boost JSON, MySQL, etc.
* Blender
* [WebKit](https://github.com/WebKit/WebKit), the engine behind Safari (Apple's * [WebKit](https://github.com/WebKit/WebKit), the engine behind Safari (Apple's
web browser), web browser),
* [DuckDB](https://duckdb.org), * [DuckDB](https://duckdb.org),