Merge pull request #174 from urlordjames/fontconfig_default

enable fontconfig feature by default
This commit is contained in:
Jeremy Soller 2023-08-23 14:10:22 -06:00 committed by GitHub
commit 665d3d86b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ default-features = false
features = ["hardcoded-data"]
[features]
default = ["std", "swash"]
default = ["std", "swash", "fontconfig"]
no_std = [
"rustybuzz/libm",
"hashbrown",