Implement basic text caching in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2023-02-02 01:24:27 +01:00
parent 032e860f13
commit 1d0c44fb25
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 157 additions and 58 deletions

View file

@ -34,6 +34,8 @@ guillotiere = "0.6"
futures = "0.3"
bitflags = "1.2"
once_cell = "1.0"
rustc-hash = "1.1"
twox-hash = "1.6"
[dependencies.bytemuck]
version = "1.9"