Implement basic text caching in iced_wgpu
This commit is contained in:
parent
032e860f13
commit
1d0c44fb25
3 changed files with 157 additions and 58 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue