Expose iced_native and iced_style
This commit is contained in:
parent
91f79dff95
commit
621febe95d
2 changed files with 7 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -21,11 +21,10 @@ branch = "cosmic-design-system"
|
|||
# path = "../iced"
|
||||
features = ["cosmic-theme", "svg"]
|
||||
|
||||
[dependencies.iced_style]
|
||||
[dependencies.iced_lazy]
|
||||
git = "https://github.com/pop-os/iced.git"
|
||||
branch = "cosmic-design-system"
|
||||
# path = "../iced/style"
|
||||
features = ["cosmic-theme"]
|
||||
# path = "../iced/lazy"
|
||||
|
||||
[dependencies.iced_native]
|
||||
git = "https://github.com/pop-os/iced.git"
|
||||
|
|
@ -33,10 +32,11 @@ branch = "cosmic-design-system"
|
|||
# path = "../iced/native"
|
||||
features = ["cosmic-theme"]
|
||||
|
||||
[dependencies.iced_lazy]
|
||||
[dependencies.iced_style]
|
||||
git = "https://github.com/pop-os/iced.git"
|
||||
branch = "cosmic-design-system"
|
||||
# path = "../iced/lazy"
|
||||
# path = "../iced/style"
|
||||
features = ["cosmic-theme"]
|
||||
|
||||
[dependencies.iced_winit]
|
||||
git = "https://github.com/pop-os/iced.git"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
pub use iced;
|
||||
pub use iced_lazy;
|
||||
pub use iced_native;
|
||||
pub use iced_style;
|
||||
pub use iced_winit;
|
||||
|
||||
pub mod font;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue