From fb384a4205d3d7d18b5bbf58b0835c5d7531aac9 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 17 Sep 2025 23:09:25 -0600 Subject: [PATCH] Add Blender to the list of projects using fast_float --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf0d9f3..f828673 100644 --- a/README.md +++ b/README.md @@ -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, * [Chromium](https://github.com/Chromium/Chromium), the engine behind Google Chrome, Microsoft Edge, and Opera, +* Boost JSON, MySQL, etc. +* Blender * [WebKit](https://github.com/WebKit/WebKit), the engine behind Safari (Apple's web browser), * [DuckDB](https://duckdb.org),