From a8b4eb5cc702015b0bb7958b63d03c1be8cc0ff3 Mon Sep 17 00:00:00 2001 From: Kamil Becmer Date: Fri, 26 Aug 2022 15:28:25 +0200 Subject: [PATCH 1/4] Bump winit to 0.27.2 --- surfman/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfman/Cargo.toml b/surfman/Cargo.toml index a85de036..6b823f23 100644 --- a/surfman/Cargo.toml +++ b/surfman/Cargo.toml @@ -44,7 +44,7 @@ version = "0.1" optional = true [dependencies.winit] -version = "0.24.0" +version = "0.27.2" optional = true [dependencies.raw-window-handle] From 31bfcf720978b2716dc52bd853e44c15eec3f194 Mon Sep 17 00:00:00 2001 From: Kamil Becmer Date: Fri, 26 Aug 2022 15:29:41 +0200 Subject: [PATCH 2/4] Bump euclid to 0.22.7 --- surfman/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfman/Cargo.toml b/surfman/Cargo.toml index 6b823f23..8f567b95 100644 --- a/surfman/Cargo.toml +++ b/surfman/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4" parking_lot = "0.10.2" [dependencies.euclid] -version = "0.20" +version = "0.22.7" features = [] [dependencies.osmesa-sys] From b00ba4c38990e49e52ef290e19c8e2d31b5fd5fa Mon Sep 17 00:00:00 2001 From: Kamil Becmer Date: Fri, 26 Aug 2022 15:30:18 +0200 Subject: [PATCH 3/4] Bump rand to 0.8.5 --- surfman/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfman/Cargo.toml b/surfman/Cargo.toml index 8f567b95..87d25640 100644 --- a/surfman/Cargo.toml +++ b/surfman/Cargo.toml @@ -55,7 +55,7 @@ optional = true clap = "2" gl = "0.14" png = "0.15" -rand = "0.7" +rand = "0.8.5" [target.'cfg(target_os = "macos")'.dependencies] cgl = "0.3.2" From 833d984c8bc6bd4659290dcf8011876b446ff27b Mon Sep 17 00:00:00 2001 From: Kamil Becmer Date: Tue, 31 Jan 2023 13:47:50 +0100 Subject: [PATCH 4/4] Bump winit version --- surfman/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/surfman/Cargo.toml b/surfman/Cargo.toml index 87d25640..c87f655b 100644 --- a/surfman/Cargo.toml +++ b/surfman/Cargo.toml @@ -44,7 +44,7 @@ version = "0.1" optional = true [dependencies.winit] -version = "0.27.2" +version = "0.27" optional = true [dependencies.raw-window-handle] @@ -55,7 +55,7 @@ optional = true clap = "2" gl = "0.14" png = "0.15" -rand = "0.8.5" +rand = "0.8" [target.'cfg(target_os = "macos")'.dependencies] cgl = "0.3.2"