From bee2d591db0428d7fe516ed9caddcee728a27b31 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Mon, 23 Feb 2026 14:50:52 -0500 Subject: [PATCH] chore: update iced --- examples/application/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/application/Cargo.toml b/examples/application/Cargo.toml index f4b62cdb..b1ac1242 100644 --- a/examples/application/Cargo.toml +++ b/examples/application/Cargo.toml @@ -11,9 +11,8 @@ wayland = ["libcosmic/wayland"] env_logger = "0.11" [dependencies.libcosmic] -# git = "https://github.com/pop-os/libcosmic" -# branch = "iced-rebase" -path = "../.." +git = "https://github.com/pop-os/libcosmic" +branch = "iced-rebase" features = [ "debug", "winit",