From 1b5302580a0e4016f7a4e350366a31664ba7f246 Mon Sep 17 00:00:00 2001 From: "Tristan F." <26509014+LeoDog896@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:33:34 -0400 Subject: [PATCH] chore: expose freetype-bundled in harfbuzz crate --- harfbuzz/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/harfbuzz/Cargo.toml b/harfbuzz/Cargo.toml index ef755cef..cac301a9 100644 --- a/harfbuzz/Cargo.toml +++ b/harfbuzz/Cargo.toml @@ -25,6 +25,7 @@ default-features = false [features] default = ["coretext", "directwrite", "freetype", "std"] bundled = ["harfbuzz-sys/bundled"] +freetype-bundled = ["harfbuzz-sys/freetype-bundled"] coretext = ["harfbuzz-sys/coretext"] directwrite = ["harfbuzz-sys/directwrite"] freetype = ["harfbuzz-sys/freetype"]