summaryrefslogtreecommitdiffstats
path: root/renderer/src/widget/shader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'renderer/src/widget/shader.rs')
-rw-r--r--renderer/src/widget/shader.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/renderer/src/widget/shader.rs b/renderer/src/widget/shader.rs
index da42a7dd..85fc13c8 100644
--- a/renderer/src/widget/shader.rs
+++ b/renderer/src/widget/shader.rs
@@ -18,6 +18,7 @@ pub use event::Event;
pub use iced_wgpu::custom::Primitive;
pub use iced_wgpu::custom::Storage;
pub use program::Program;
+pub use iced_graphics::Transformation;
/// A widget which can render custom shaders with Iced's `wgpu` backend.
///