From c8142708f5581b7c732e16ab990e5210e57e6c46 Mon Sep 17 00:00:00 2001 From: Jonas H Date: Sat, 28 Mar 2026 13:23:51 +0100 Subject: [PATCH] +1 to text rendering --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4dd5353..16aa48f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ nalgebra = { version = "0.34.1", features = ["convert-glam030"] } serde_json = "1.0" bladeink = "1.2" wesl = "0.2" +ab_glyph = "0.2" [build-dependencies] wesl = "0.2"