From ace85604935a309152b5ecdda31ff14d63f88663 Mon Sep 17 00:00:00 2001 From: urlordjames <32751441+urlordjames@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:54:48 -0400 Subject: [PATCH] enable std feature with fontconfig feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6940062..954e798 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ std = [ vi = ["syntect"] wasm-web = ["sys-locale?/js"] warn_on_missing_glyphs = [] -fontconfig = ["fontdb/fontconfig"] +fontconfig = ["fontdb/fontconfig", "std"] [[bench]] name = "layout"