summaryrefslogtreecommitdiffstats
path: root/widget/src/shader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src/shader.rs')
-rw-r--r--widget/src/shader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/shader.rs b/widget/src/shader.rs
index 06254a1c..6d532e59 100644
--- a/widget/src/shader.rs
+++ b/widget/src/shader.rs
@@ -14,8 +14,8 @@ use crate::renderer::wgpu::primitive;
use std::marker::PhantomData;
-pub use crate::graphics::Viewport;
pub use crate::Action;
+pub use crate::graphics::Viewport;
pub use primitive::{Primitive, Storage};
/// A widget which can render custom shaders with Iced's `wgpu` backend.