Create iced_widget subcrate and re-organize the whole codebase
This commit is contained in:
parent
c54409d171
commit
3a0d34c024
209 changed files with 1959 additions and 2183 deletions
9
src/advanced.rs
Normal file
9
src/advanced.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//! Leverage advanced concepts like custom widgets.
|
||||
pub use crate::core::image;
|
||||
pub use crate::core::layout::{self, Layout};
|
||||
pub use crate::core::overlay::{self, Overlay};
|
||||
pub use crate::core::renderer::{self, Renderer};
|
||||
pub use crate::core::svg;
|
||||
pub use crate::core::text::{self, Text};
|
||||
pub use crate::core::widget::{self, Widget};
|
||||
pub use crate::core::{Clipboard, Shell};
|
||||
Loading…
Add table
Add a link
Reference in a new issue