Re-export Antialiasing in iced_wgpu
This commit is contained in:
parent
0691ec3195
commit
3ef49cd51c
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ mod backend;
|
|||
mod quad;
|
||||
mod text;
|
||||
|
||||
pub use iced_graphics::{Defaults, Primitive, Viewport};
|
||||
pub use iced_graphics::{Antialiasing, Defaults, Primitive, Viewport};
|
||||
pub use wgpu;
|
||||
|
||||
pub use backend::Backend;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//! Configure a renderer.
|
||||
pub use iced_graphics::Antialiasing;
|
||||
pub use crate::Antialiasing;
|
||||
|
||||
/// The settings of a [`Renderer`].
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue