Merge pull request #173 from urlordjames/fontconfig_std
enable std feature with fontconfig feature
This commit is contained in:
commit
59f6d9d647
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