Implement unmount button

This commit is contained in:
Jeremy Soller 2024-04-24 13:59:55 -06:00
parent 8c3af501ca
commit 37a6f37f7f
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
5 changed files with 77 additions and 29 deletions

View file

@ -43,6 +43,7 @@ slotmap = "1.0.7"
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
branch = "nav-bar-close-icon"
default-features = false
features = ["multi-window", "tokio", "winit"]
@ -77,10 +78,6 @@ test-log = "0.2"
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "dnd" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "dnd" }
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "dnd" }
# [patch.'https://github.com/pop-os/smithay-clipboard']
# smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard//", rev = "2f2430b" }
# smithay-clipboard = { path = "../smithay-clipboard" }