Use rustc-hash for HashSet of glyphs_in_use (#90)

This commit is contained in:
Héctor Ramón 2024-03-30 02:17:39 +01:00 committed by GitHub
parent 4f24305ac5
commit 3e281d1828
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 6 deletions

View file

@ -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"] }