feat: Add minimize window support to headerbar
This commit is contained in:
parent
92634bf720
commit
59d1b4c38d
3 changed files with 60 additions and 99 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue