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
|
|
@ -483,6 +483,9 @@ pub use iced_futures::stream;
|
|||
#[cfg(feature = "highlighter")]
|
||||
pub use iced_highlighter as highlighter;
|
||||
|
||||
#[cfg(feature = "wgpu")]
|
||||
pub use iced_renderer::wgpu::wgpu;
|
||||
|
||||
mod error;
|
||||
mod program;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue