From 2e45dd1cbcd15f273b9fcf0d3deff1c8a6440414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 11 Apr 2023 06:20:36 +0200 Subject: [PATCH] Update `winit` to `0.28` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a01752..51eaff4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ clipboard_wayland = { version = "0.2", path = "./wayland" } [dev-dependencies] rand = "0.8" -winit = "0.27" +winit = "0.28" [workspace] members = [