Widget implementation for NavBar
- Implemented NavBar as a Widget
This commit is contained in:
parent
9210179731
commit
5c859fa1df
5 changed files with 377 additions and 31 deletions
|
|
@ -20,6 +20,12 @@ branch = "cosmic-design-system"
|
|||
# path = "../iced"
|
||||
features = ["cosmic-theme", "svg"]
|
||||
|
||||
[dependencies.iced_style]
|
||||
git = "https://github.com/pop-os/iced.git"
|
||||
branch = "cosmic-design-system"
|
||||
# path = "../iced/native"
|
||||
features = ["cosmic-theme"]
|
||||
|
||||
[dependencies.iced_native]
|
||||
git = "https://github.com/pop-os/iced.git"
|
||||
branch = "cosmic-design-system"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue