Update libcosmic and adjust dialog size

This commit is contained in:
Jeremy Soller 2024-03-01 09:18:57 -07:00
parent 9cc1a0f16d
commit 0b8ca753b8
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
4 changed files with 10 additions and 31 deletions

View file

@ -33,7 +33,8 @@ i18n-embed-fl = "0.7"
rust-embed = "8"
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
#git = "https://github.com/pop-os/libcosmic.git"
path = "../libcosmic"
default-features = false
features = ["multi-window", "tokio", "winit"]