From d7f48d4627f5ea18d135447e876b3773f45d4ffa Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Thu, 25 Apr 2024 17:10:07 +0100 Subject: [PATCH] Re-export wgpu and winit --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 1022979..5a9020a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,3 +9,5 @@ pub use self::{ context::Context, texture::{Texture, TextureBuilder}, }; + +pub use {wgpu, winit};