Skip to content

Commit

Permalink
chore: expose freetype-bundled in harfbuzz crate
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Jun 16, 2024
1 parent ea72af7 commit 1b53025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions harfbuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 1b53025

Please sign in to comment.