Re-export wgpu and winit

This commit is contained in:
Jarrod Doyle 2024-04-25 17:10:07 +01:00
parent 247607a4a6
commit d7f48d4627
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ pub use self::{
context::Context, context::Context,
texture::{Texture, TextureBuilder}, texture::{Texture, TextureBuilder},
}; };
pub use {wgpu, winit};