Unify the no_std and std impls of FontSystem

This commit is contained in:
John Nunley 2023-07-24 08:50:04 -07:00
parent bd58940c42
commit faa1ceafda
5 changed files with 207 additions and 253 deletions

View file

@ -21,6 +21,8 @@ unicode-linebreak = "0.1.4"
unicode-script = "0.5.5"
unicode-segmentation = "1.10.0"
rangemap = "1.2.0"
hashbrown = { version = "0.14.0", default-features = false }
rustc-hash = { version = "1.1.0", default-features = false }
[dependencies.unicode-bidi]
version = "0.3.8"