re-export iced_runtime & iced_widget
This commit is contained in:
parent
d0d07b8d4e
commit
e16c6f0821
2 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ path = "iced"
|
|||
default-features = false
|
||||
features = ["image", "svg", "lazy"]
|
||||
|
||||
[dependencies.iced_runtime]
|
||||
path = "iced/runtime"
|
||||
|
||||
[dependencies.iced_core]
|
||||
path = "iced/core"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,11 @@
|
|||
|
||||
pub use cosmic_theme;
|
||||
pub use iced;
|
||||
pub use iced_runtime;
|
||||
#[cfg(feature = "wayland")]
|
||||
pub use iced_sctk;
|
||||
pub use iced_style;
|
||||
pub use iced_widget;
|
||||
#[cfg(feature = "winit")]
|
||||
pub use iced_winit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue