From 4516691f3582a2a8c31f886b8e6090a235f6e72c Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Mon, 2 Mar 2026 13:35:31 -0500 Subject: [PATCH] chore: update deps --- Cargo.toml | 12 ++++++------ accessibility/Cargo.toml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ffaebf9e..6e9c6927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -240,7 +240,7 @@ bytes = "1.6" cosmic-text = { git = "https://github.com/pop-os/cosmic-text.git" } # cosmic-text = "0.10" dark-light = "1.0" -cryoglyph = { package = "cryoglyph", git = "https://github.com/pop-os/glyphon.git", branch = "iced-0.14" } +cryoglyph = { package = "cryoglyph", git = "https://github.com/pop-os/glyphon.git", tag = "cosmic-0.14" } resvg = "0.45" web-sys = "0.3.69" guillotiere = "0.6" @@ -301,11 +301,11 @@ wayland-client = { version = "0.31.5" } winapi = "0.3" # window_clipboard = "0.4.1" -window_clipboard = { git = "https://github.com/pop-os/window_clipboard.git", tag = "pop-0.13-2" } -dnd = { git = "https://github.com/pop-os/window_clipboard.git", tag = "pop-0.13-2" } -mime = { git = "https://github.com/pop-os/window_clipboard.git", tag = "pop-0.13-2" } -winit = { git = "https://github.com/pop-os/winit.git", branch = "iced-0.14-rebase" } -winit-core = { git = "https://github.com/pop-os/winit.git", branch = "iced-0.14-rebase" } +window_clipboard = { git = "https://github.com/pop-os/window_clipboard.git", tag = "sctk-0.20" } +dnd = { git = "https://github.com/pop-os/window_clipboard.git", tag = "sctk-0.20" } +mime = { git = "https://github.com/pop-os/window_clipboard.git", tag = "sctk-0.20" } +winit = { git = "https://github.com/pop-os/winit.git", tag = "cosmic-0.14" } +winit-core = { git = "https://github.com/pop-os/winit.git", tag = "cosmic-0.14" } cursor-icon = "1.1.0" diff --git a/accessibility/Cargo.toml b/accessibility/Cargo.toml index f60ee7b8..40188149 100644 --- a/accessibility/Cargo.toml +++ b/accessibility/Cargo.toml @@ -10,10 +10,10 @@ async-io = ["accesskit_winit?/async-io"] tokio = ["accesskit_winit?/tokio"] [dependencies] -accesskit = { git = "https://github.com/wash2/accesskit", branch = "iced-0.14" } -accesskit_windows = { git = "https://github.com/wash2/accesskit", branch = "iced-0.14", optional = true } -accesskit_macos = { git = "https://github.com/wash2/accesskit", branch = "iced-0.14", optional = true } -accesskit_winit = { git = "https://github.com/wash2/accesskit", branch = "iced-0.14", optional = true, default-features = false, features = [ +accesskit = { git = "https://github.com/wash2/accesskit", tag = "cosmic-0.14" } +accesskit_windows = { git = "https://github.com/wash2/accesskit", tag = "cosmic-0.14", optional = true } +accesskit_macos = { git = "https://github.com/wash2/accesskit", tag = "cosmic-0.14", optional = true } +accesskit_winit = { git = "https://github.com/wash2/accesskit", tag = "cosmic-0.14", optional = true, default-features = false, features = [ "rwh_06", ] } # accesskit = { path = "../../../accesskit/common" }