Re-export wgpu and winit
This commit is contained in:
parent
247607a4a6
commit
d7f48d4627
|
@ -9,3 +9,5 @@ pub use self::{
|
||||||
context::Context,
|
context::Context,
|
||||||
texture::{Texture, TextureBuilder},
|
texture::{Texture, TextureBuilder},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pub use {wgpu, winit};
|
||||||
|
|
Loading…
Reference in New Issue