summaryrefslogtreecommitdiffstats
path: root/examples/custom_quad/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/custom_quad/src/main.rs')
-rw-r--r--examples/custom_quad/src/main.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/custom_quad/src/main.rs b/examples/custom_quad/src/main.rs
index 6509887c..b07f42ce 100644
--- a/examples/custom_quad/src/main.rs
+++ b/examples/custom_quad/src/main.rs
@@ -1,9 +1,9 @@
//! This example showcases a drawing a quad.
mod quad {
- use iced_native::layout::{self, Layout};
- use iced_native::renderer;
- use iced_native::widget::{self, Widget};
- use iced_native::{Color, Element, Length, Point, Rectangle, Size};
+ use iced::advanced::layout::{self, Layout};
+ use iced::advanced::renderer;
+ use iced::advanced::widget::{self, Widget};
+ use iced::{Color, Element, Length, Point, Rectangle, Size};
pub struct CustomQuad {
size: f32,