From 5f89fab9d7575900b02e70f6d64cb3d8fbd45753 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 9 Feb 2020 05:31:42 +0100 Subject: Improve consistency in new `iced_wgpu` types --- wgpu/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wgpu/src/lib.rs') diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index b38da060..e4834818 100644 --- a/wgpu/src/lib.rs +++ b/wgpu/src/lib.rs @@ -39,6 +39,8 @@ mod text; mod transformation; mod viewport; +pub use wgpu; + pub use defaults::Defaults; pub use primitive::Primitive; pub use renderer::Renderer; -- cgit