From 8dc7a329649a89bd29735a95457726309084cd75 Mon Sep 17 00:00:00 2001 From: Poly Date: Thu, 23 Dec 2021 23:45:43 +0100 Subject: Bump raw-window-handle --- graphics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 15aac4ed..12f38cce 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -20,7 +20,7 @@ opengl = [] [dependencies] glam = "0.10" -raw-window-handle = "0.3" +raw-window-handle = "0.4" thiserror = "1.0" [dependencies.bytemuck] -- cgit