Move Antialiasing to iced_graphics
This commit is contained in:
parent
f0480854a9
commit
c2e0c52ce0
4 changed files with 27 additions and 48 deletions
|
|
@ -1,3 +1,4 @@
|
|||
mod antialiasing;
|
||||
mod defaults;
|
||||
mod primitive;
|
||||
mod renderer;
|
||||
|
|
@ -12,6 +13,7 @@ pub mod triangle;
|
|||
#[doc(no_inline)]
|
||||
pub use widget::*;
|
||||
|
||||
pub use antialiasing::Antialiasing;
|
||||
pub use backend::Backend;
|
||||
pub use defaults::Defaults;
|
||||
pub use primitive::Primitive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue