From 5af413b834f19f6c16480891cbe5ad745d0e5d0a Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 28 Feb 2025 13:58:25 -0500 Subject: [PATCH] update libcosmic --- Cargo.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d0890ae1..59a40427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,18 +69,19 @@ serde = { version = "1.0.217", features = ["derive"] } freedesktop-desktop-entry = "0.7.8" [profile.release] -lto = "fat" +# lto = "fat" +opt-level = 1 [workspace.metadata.cargo-machete] ignored = ["libcosmic"] [patch."https://github.com/pop-os/libcosmic"] -cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "drop-menu-tree-changes" } -libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "drop-menu-tree-changes" } -iced_futures = { git = "https://github.com/pop-os/libcosmic//", branch = "drop-menu-tree-changes" } +# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "drop-menu-tree-changes" } +# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "drop-menu-tree-changes" } +# iced_futures = { git = "https://github.com/pop-os/libcosmic//", branch = "drop-menu-tree-changes" } -# cosmic-config = { path = "../libcosmic/cosmic-config" } -# libcosmic = { path = "../libcosmic" } -# iced_futures = { path = "../libcosmic/iced/futures" } +cosmic-config = { path = "../libcosmic/cosmic-config" } +libcosmic = { path = "../libcosmic" } +iced_futures = { path = "../libcosmic/iced/futures" } # [patch."https://github.com/pop-os/winit.git"] # winit = { git = "https://github.com/rust-windowing/winit.git", rev = "241b7a80bba96c91fa3901729cd5dec66abb9be4" }