diff --git a/Cargo.toml b/Cargo.toml index 79490cc2..477bf66c 100644 --- a/Cargo.toml +++ b/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" diff --git a/src/lib.rs b/src/lib.rs index 71dcf6a6..ffcf14ac 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;