Refactor Viewport and Compositor
This commit is contained in:
parent
720e7756f2
commit
a1a5fcfd46
24 changed files with 202 additions and 278 deletions
|
|
@ -34,7 +34,6 @@ pub mod window;
|
|||
|
||||
mod backend;
|
||||
mod quad;
|
||||
mod target;
|
||||
mod text;
|
||||
|
||||
pub use iced_graphics::{Defaults, Primitive, Viewport};
|
||||
|
|
@ -42,7 +41,6 @@ pub use wgpu;
|
|||
|
||||
pub use backend::Backend;
|
||||
pub use settings::Settings;
|
||||
pub use target::Target;
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use widget::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue