From 158d8ba518d2431d1af26a78278f66e2070a8899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Kildev=C3=A6ld?= Date: Fri, 27 Mar 2026 14:24:06 +0100 Subject: [PATCH] Add swash libm feature to the no_std feature list --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dedb16c..6a33b08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ features = ["hardcoded-data"] default = ["std", "swash", "fontconfig"] fontconfig = ["fontdb/fontconfig", "std"] monospace_fallback = [] -no_std = ["hashbrown", "dep:libm", "skrifa/libm", "core_maths"] +no_std = ["hashbrown", "dep:libm", "skrifa/libm", "core_maths", "swash?/libm"] peniko = [] shape-run-cache = [] std = [