From 0adbd45654635f81b05d181cab208c814de6c6d7 Mon Sep 17 00:00:00 2001 From: urlordjames <32751441+urlordjames@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:11:51 -0400 Subject: [PATCH] enable fontconfig feature by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6940062..4f203fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ default-features = false features = ["hardcoded-data"] [features] -default = ["std", "swash"] +default = ["std", "swash", "fontconfig"] no_std = [ "rustybuzz/libm", "hashbrown",