Reexport Transformation from widget::shader

This commit is contained in:
Bingus 2023-09-21 13:24:54 -07:00 committed by Héctor Ramón Jiménez
parent 36e8521593
commit 91fca024b6
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 2 additions and 1 deletions

View file

@ -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.
///