From 20f0f8fa80e0d0df4c63634ce9176fa489546ca9 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Mon, 14 Aug 2023 15:31:05 -0700 Subject: [PATCH] Update wgpu (and dev-dependecies) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6696159..8d91f94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,11 +8,11 @@ repository = "https://github.com/grovesNL/glyphon" license = "MIT OR Apache-2.0 OR Zlib" [dependencies] -wgpu = "0.16" +wgpu = "0.17" etagere = "0.2.8" cosmic-text = "0.9" lru = "0.11" [dev-dependencies] -winit = "0.27.0" -pollster = "0.2.5" +winit = "0.28.0" +pollster = "0.3.0"