Export wgpu crate in shader module in iced_widget
This commit is contained in:
parent
91d7df52cd
commit
63f36b0463
8 changed files with 12 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ use crate::renderer::wgpu::primitive::pipeline;
|
|||
|
||||
use std::marker::PhantomData;
|
||||
|
||||
pub use crate::renderer::wgpu::wgpu;
|
||||
pub use pipeline::{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