From 4013946f9bd9d2e53bf44310b7db783fc8105b79 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 22 Aug 2023 20:31:08 -0700 Subject: [PATCH] Use main branch of libcosmic --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a691da5..cb204dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ iced_widget = { version = "0.1.3", optional = true } iced_futures = { version = "0.7.0", optional = true } iced_core = { version = "0.10.0", optional = true } iced_style = { version = "0.9.0", optional = true } -libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = [ "tokio" ], optional = true, branch = "update-iced-0.10.0"} +libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = [ "tokio" ], optional = true } # libcosmic = { path = "../libcosmic", optional = true } once_cell = { version = "1.18.0", optional = true } float-cmp = "0.9"