Widget implementation for NavBar

- Implemented NavBar as a Widget
This commit is contained in:
Eduardo Flores 2022-10-08 04:28:29 -07:00 committed by Michael Murphy
parent 9210179731
commit 5c859fa1df
5 changed files with 377 additions and 31 deletions

View file

@ -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"