Skip to content

Commit 49d0b68

Browse files
committed
chore: update libcosmic
Improves header bar widget behavior.
1 parent 26ec58d commit 49d0b68

2 files changed

Lines changed: 31 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ i18n-embed-fl = "0.10"
4242
iced_tiny_skia = { git = "https://github.com/pop-os/libcosmic" }
4343
indexmap = "2.13"
4444
keyframe = "1.1.1"
45-
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false }
45+
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false }
4646
libsystemd = { version = "0.7", optional = true }
4747
log-panics = { version = "2", features = ["with-backtrace"] }
4848
ordered-float = "5.1"
@@ -143,3 +143,10 @@ cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", b
143143

144144
[patch.crates-io]
145145
smithay = { git = "https://github.com/smithay/smithay.git", rev = "e84a4ca" }
146+
147+
# [patch.'https://github.com/pop-os/libcosmic']
148+
# libcosmic = { path = "../libcosmic" }
149+
# cosmic-config = { path = "../libcosmic/cosmic-config" }
150+
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
151+
# iced_futures = { path = "../libcosmic/iced/futures" }
152+
# iced_tiny_skia = { path = "../libcosmic/iced/tiny_skia" }

0 commit comments

Comments
 (0)