Merge pull request #173 from urlordjames/fontconfig_std

enable std feature with fontconfig feature
This commit is contained in:
Jeremy Soller 2023-08-23 14:01:52 -06:00 committed by GitHub
commit 59f6d9d647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ std = [
vi = ["syntect"]
wasm-web = ["sys-locale?/js"]
warn_on_missing_glyphs = []
fontconfig = ["fontdb/fontconfig"]
fontconfig = ["fontdb/fontconfig", "std"]
[[bench]]
name = "layout"