Move wgpu re-export to root module
This seems to fix a `cargo doc` performance issue; and it makes more sense anyways.
This commit is contained in:
parent
53f88fe2cf
commit
91c00e4abf
3 changed files with 4 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ use crate::renderer::wgpu::primitive;
|
|||
use std::marker::PhantomData;
|
||||
|
||||
pub use crate::graphics::Viewport;
|
||||
pub use crate::renderer::wgpu::wgpu;
|
||||
pub use primitive::{Primitive, Storage};
|
||||
|
||||
/// A widget which can render custom shaders with Iced's `wgpu` backend.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue