From 91c540c2a2db69eb25ea47eccb7aac1eb911933e Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Wed, 25 Oct 2023 08:23:13 -0700 Subject: [PATCH] Pinning winit until wgpu updates --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f67a11f..7cfc6ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" [dependencies] -winit = "0.29.1-beta" +winit = "=0.29.1-beta" raw-window-handle = "0.5.1"