Skip to content

Commit 6fd2237

Browse files
committed
udpate
1 parent 3405059 commit 6fd2237

File tree

7 files changed

+248
-896
lines changed

7 files changed

+248
-896
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ wgpu = ["libcosmic/wgpu"]
99

1010
[dependencies]
1111
zbus = "4.2"
12-
libcosmic = { git = "https://github.com/pop-os/libcosmic/", features = [
12+
libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "notifications-card", features = [
13+
"winit",
1314
"wayland",
1415
"tokio",
1516
"single-instance",
@@ -49,6 +50,9 @@ cosmic-app-list-config = { git = "https://github.com/pop-os/cosmic-applets" }
4950
[profile.release]
5051
lto = "thin"
5152

52-
# [patch."https://github.com/pop-os/libcosmic"]
53+
[patch."https://github.com/pop-os/libcosmic"]
54+
libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "notifications-card" }
55+
cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "notifications-card" }
56+
5357
# cosmic-config = { path = "../libcosmic/cosmic-config/" }
5458
# libcosmic = { path = "../libcosmic/" }

0 commit comments

Comments
 (0)