Re-export Antialiasing in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2020-05-29 23:09:15 +02:00
parent 0691ec3195
commit 3ef49cd51c
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
//! Configure a renderer.
pub use iced_graphics::Antialiasing;
pub use crate::Antialiasing;
/// The settings of a [`Renderer`].
///