enable fontconfig feature by default
This commit is contained in:
parent
fedeeea9d3
commit
0adbd45654
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ default-features = false
|
||||||
features = ["hardcoded-data"]
|
features = ["hardcoded-data"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std", "swash"]
|
default = ["std", "swash", "fontconfig"]
|
||||||
no_std = [
|
no_std = [
|
||||||
"rustybuzz/libm",
|
"rustybuzz/libm",
|
||||||
"hashbrown",
|
"hashbrown",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue