enable std feature with fontconfig feature
This commit is contained in:
parent
fedeeea9d3
commit
ace8560493
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ std = [
|
||||||
vi = ["syntect"]
|
vi = ["syntect"]
|
||||||
wasm-web = ["sys-locale?/js"]
|
wasm-web = ["sys-locale?/js"]
|
||||||
warn_on_missing_glyphs = []
|
warn_on_missing_glyphs = []
|
||||||
fontconfig = ["fontdb/fontconfig"]
|
fontconfig = ["fontdb/fontconfig", "std"]
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "layout"
|
name = "layout"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue