Update wgpu to 0.17

This commit is contained in:
Héctor Ramón Jiménez 2023-09-03 00:21:04 +02:00
parent c9bd48704d
commit 6cc354fdc4
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 2 additions and 3 deletions

View file

@ -82,7 +82,6 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
futures::futures::executor::block_on(async {
let adapter = wgpu::util::initialize_adapter_from_env_or_default(
&instance,
backend,
Some(&surface),
)
.await

View file

@ -14,8 +14,8 @@ svg = ["resvg"]
web-colors = ["iced_graphics/web-colors"]
[dependencies]
wgpu = "0.16"
glyphon = "0.3"
wgpu = "0.17"
glyphon = { git = "https://github.com/grovesNL/glyphon.git", rev = "20f0f8fa80e0d0df4c63634ce9176fa489546ca9" }
raw-window-handle = "0.5"
guillotiere = "0.6"
futures = "0.3"