Remove image abstractions in iced_graphics
This commit is contained in:
parent
9b4bcd287a
commit
3a26baa564
11 changed files with 352 additions and 436 deletions
|
|
@ -28,13 +28,15 @@ mod viewport;
|
|||
|
||||
pub mod backend;
|
||||
pub mod compositor;
|
||||
pub mod image;
|
||||
pub mod primitive;
|
||||
pub mod renderer;
|
||||
|
||||
#[cfg(feature = "geometry")]
|
||||
pub mod geometry;
|
||||
|
||||
#[cfg(feature = "image")]
|
||||
pub mod image;
|
||||
|
||||
pub use antialiasing::Antialiasing;
|
||||
pub use backend::Backend;
|
||||
pub use compositor::Compositor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue