Improve consistency in new iced_wgpu types

This commit is contained in:
Héctor Ramón Jiménez 2020-02-09 05:31:42 +01:00
parent fbfd76023b
commit 5f89fab9d7
3 changed files with 4 additions and 2 deletions

View file

@ -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;