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
|
|
@ -18,7 +18,7 @@
|
|||
#![deny(missing_docs, unused_results)]
|
||||
#![forbid(unsafe_code, rust_2018_idioms)]
|
||||
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
|
||||
pub use iced_core::{Background, Color};
|
||||
pub use iced_core as core;
|
||||
|
||||
pub mod application;
|
||||
pub mod button;
|
||||
|
|
@ -33,7 +33,6 @@ pub mod rule;
|
|||
pub mod scrollable;
|
||||
pub mod slider;
|
||||
pub mod svg;
|
||||
pub mod text;
|
||||
pub mod text_input;
|
||||
pub mod theme;
|
||||
pub mod toggler;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue