From a5fbfe7ea5e73218af1befe02eb364afad2d6c55 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Mon, 27 Feb 2023 23:44:31 +0000 Subject: Update to winit 0.28 --- winit/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'winit/Cargo.toml') diff --git a/winit/Cargo.toml b/winit/Cargo.toml index 58e13b3e..56efbe77 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -23,14 +23,14 @@ wayland-dlopen = ["winit/wayland-dlopen"] wayland-csd-adwaita = ["winit/wayland-csd-adwaita"] [dependencies] -window_clipboard = "0.2" +window_clipboard = { git = "https://github.com/TobTobXX/window_clipboard", rev = "1392da8339c8aebb9849d00eb7383a73ed076f1d" } log = "0.4" thiserror = "1.0" [dependencies.winit] -version = "0.27" -git = "https://github.com/iced-rs/winit.git" -rev = "940457522e9fb9f5dac228b0ecfafe0138b4048c" +version = "0.28" +git = "https://github.com/nicoburns/winit.git" +rev = "f160dc321eaa2e30f770f0b61f7ffc74541cafe0" default-features = false [dependencies.iced_runtime] -- cgit From d6027d7da64c090e8735e755dc5095d77c38b721 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Thu, 11 May 2023 17:40:09 +0100 Subject: Use raw-window-handle instead of HWND --- winit/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'winit/Cargo.toml') diff --git a/winit/Cargo.toml b/winit/Cargo.toml index 56efbe77..a1f3233b 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -26,6 +26,7 @@ wayland-csd-adwaita = ["winit/wayland-csd-adwaita"] window_clipboard = { git = "https://github.com/TobTobXX/window_clipboard", rev = "1392da8339c8aebb9849d00eb7383a73ed076f1d" } log = "0.4" thiserror = "1.0" +raw-window-handle = "0.5" [dependencies.winit] version = "0.28" -- cgit From ece04c1a8de8fc4f943061d38d31e6e9eb07740d Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Thu, 11 May 2023 20:35:11 +0100 Subject: Bump winit rev --- winit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winit/Cargo.toml') diff --git a/winit/Cargo.toml b/winit/Cargo.toml index a1f3233b..342cbc5d 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -31,7 +31,7 @@ raw-window-handle = "0.5" [dependencies.winit] version = "0.28" git = "https://github.com/nicoburns/winit.git" -rev = "f160dc321eaa2e30f770f0b61f7ffc74541cafe0" +rev = "dd5fcaf30114baf876677d997e362c23d7d134c8" default-features = false [dependencies.iced_runtime] -- cgit From 60d17d68d665d2de5abd8c5f3c3d146f4534d365 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 25 May 2023 23:04:29 +0200 Subject: Update `winit` dependency --- winit/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winit/Cargo.toml') diff --git a/winit/Cargo.toml b/winit/Cargo.toml index 342cbc5d..7a169fb1 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -30,8 +30,8 @@ raw-window-handle = "0.5" [dependencies.winit] version = "0.28" -git = "https://github.com/nicoburns/winit.git" -rev = "dd5fcaf30114baf876677d997e362c23d7d134c8" +git = "https://github.com/iced-rs/winit.git" +rev = "ac1ddfe0bd870910b3aa64a18d386fdd55b30a1d" default-features = false [dependencies.iced_runtime] -- cgit From b924e866308d60432729932afc4c642a00575c43 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 25 May 2023 23:05:24 +0200 Subject: Update `window_clipboard` dependency --- winit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winit/Cargo.toml') diff --git a/winit/Cargo.toml b/winit/Cargo.toml index 7a169fb1..b75b1929 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -23,7 +23,7 @@ wayland-dlopen = ["winit/wayland-dlopen"] wayland-csd-adwaita = ["winit/wayland-csd-adwaita"] [dependencies] -window_clipboard = { git = "https://github.com/TobTobXX/window_clipboard", rev = "1392da8339c8aebb9849d00eb7383a73ed076f1d" } +window_clipboard = "0.3" log = "0.4" thiserror = "1.0" raw-window-handle = "0.5" -- cgit