enable std feature with fontconfig feature

This commit is contained in:
urlordjames 2023-08-23 10:54:48 -04:00
parent fedeeea9d3
commit ace8560493

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"