From 1de354c05da2414afdbd5ff0fe2b4104dcf7d414 Mon Sep 17 00:00:00 2001 From: Lixou <82600264+DasLixou@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:38:05 +0200 Subject: [PATCH] Bump `wgpu` to `0.17.1` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d91f94..7054227 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/grovesNL/glyphon" license = "MIT OR Apache-2.0 OR Zlib" [dependencies] -wgpu = "0.17" +wgpu = "0.17.1" etagere = "0.2.8" cosmic-text = "0.9" lru = "0.11"