Improve documentation
This commit is contained in:
parent
c08171e89e
commit
5e28f80af8
4 changed files with 22 additions and 9 deletions
|
|
@ -4,11 +4,11 @@ use std::cell::RefCell;
|
|||
|
||||
mod bus;
|
||||
mod element;
|
||||
mod widget;
|
||||
pub mod widget;
|
||||
|
||||
pub use bus::Bus;
|
||||
pub use element::Element;
|
||||
pub use iced_core::{Align, Color, Length};
|
||||
pub use iced_core::{Align, Color, Justify, Length};
|
||||
pub use widget::*;
|
||||
|
||||
pub trait UserInterface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue