From adc31f82e8de26d314ffd2c9b790f16c067fa8d1 Mon Sep 17 00:00:00 2001 From: Joshua Horowitz Date: Mon, 3 Mar 2025 21:38:25 -0800 Subject: [PATCH] Update README.md: it's gotten bigger --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa8c303..4923417 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Major Features - Microsecond layout performance - Flex-box like layout model for complex, responsive layouts including text wrapping, scrolling containers and aspect ratio scaling -- Single ~2k LOC **clay.h** file with **zero** dependencies (including no standard library) +- Single ~4k LOC **clay.h** file with **zero** dependencies (including no standard library) - Wasm support: compile with clang to a 15kb uncompressed **.wasm** file for use in the browser - Static arena based memory use with no malloc / free, and low total memory overhead (e.g. ~3.5mb for 8192 layout elements). - React-like nested declarative syntax