update to cosmic-text 0.12 and rustc-hash 2.0 (#104)

This commit is contained in:
Billy Messenger 2024-07-08 07:52:33 -05:00 committed by Héctor Ramón Jiménez
parent f07e7bab70
commit feef9f5630
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 8 additions and 4 deletions

View file

@ -10,9 +10,9 @@ license = "MIT OR Apache-2.0 OR Zlib"
[dependencies]
wgpu = { version = "0.19", default-features = false, features = ["wgsl"] }
etagere = "0.2.10"
cosmic-text = "0.10"
cosmic-text = "0.12"
lru = { version = "0.12.1", default-features = false }
rustc-hash = "1.1"
rustc-hash = "2.0"
[dev-dependencies]
winit = { version = "0.29.10", features = ["rwh_05"] }