feat: Add minimize window support to headerbar

This commit is contained in:
Michael Aaron Murphy 2022-10-11 15:27:39 +02:00
parent 92634bf720
commit 59d1b4c38d
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
3 changed files with 60 additions and 99 deletions

View file

@ -13,6 +13,7 @@ debug = ["iced/debug"]
[dependencies]
freedesktop-icons = "0.2.1"
apply = "0.3.0"
derive_setters = "0.1.5"
[dependencies.iced]
git = "https://github.com/pop-os/iced.git"
@ -23,7 +24,7 @@ features = ["cosmic-theme", "svg"]
[dependencies.iced_style]
git = "https://github.com/pop-os/iced.git"
branch = "cosmic-design-system"
# path = "../iced/native"
# path = "../iced/style"
features = ["cosmic-theme"]
[dependencies.iced_native]