Use SmolStr in FamilyOwned instead of String

This commit is contained in:
koe 2024-08-30 21:26:31 -05:00 committed by Jeremy Soller
parent 7c25fcb7ae
commit caa214a755
2 changed files with 5 additions and 6 deletions

View file

@ -21,6 +21,7 @@ rangemap = "1.4.0"
rustc-hash = { version = "1.1.0", default-features = false }
rustybuzz = { version = "0.14", default-features = false, features = ["libm"] }
self_cell = "1.0.1"
smol_str = { version = "0.2.2", default-features = false }
swash = { version = "0.1.17", optional = true }
syntect = { version = "5.1.0", optional = true }
sys-locale = { version = "0.3.1", optional = true }