Use rustc-hash
for HashSet
of glyphs_in_use
(#90)
This commit is contained in:
parent
4f24305ac5
commit
3e281d1828
2 changed files with 13 additions and 6 deletions
|
@ -11,7 +11,8 @@ license = "MIT OR Apache-2.0 OR Zlib"
|
|||
wgpu = { version = "0.19", default-features = false, features = ["wgsl"] }
|
||||
etagere = "0.2.10"
|
||||
cosmic-text = "0.11"
|
||||
lru = "0.12.1"
|
||||
lru = { version = "0.12.1", default-features = false }
|
||||
rustc-hash = "1.1"
|
||||
|
||||
[dev-dependencies]
|
||||
winit = { version = "0.29.10", features = ["rwh_05"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue