Merge pull request #2357 from iced-rs/wgpu/use-staging-belt

Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads
This commit is contained in:
Héctor Ramón 2024-03-30 23:49:26 +01:00 committed by GitHub
commit c7a4fad4a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 156 additions and 53 deletions

View file

@ -25,7 +25,6 @@ log.workspace = true
rustc-hash.workspace = true
softbuffer.workspace = true
tiny-skia.workspace = true
xxhash-rust.workspace = true
resvg.workspace = true
resvg.optional = true