fix: dnd panic on applet page

This commit is contained in:
Ashley Wulber 2023-12-11 15:54:57 -05:00 committed by Michael Murphy
parent d31359e8c6
commit 01328729d6
2 changed files with 11 additions and 7 deletions

View file

@ -22,7 +22,7 @@ git = "https://github.com/pop-os/cosmic-comp"
[workspace.dependencies.cosmic-panel-config]
git = "https://github.com/pop-os/cosmic-panel"
[patch."https://github.com/pop-os/libcosmic"]
# [patch."https://github.com/pop-os/libcosmic"]
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
@ -34,4 +34,5 @@ sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay
[profile.release]
opt-level = 3
debug = true
lto = "thin"