diff options
Diffstat (limited to 'wgpu/src/window.rs')
-rw-r--r-- | wgpu/src/window.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wgpu/src/window.rs b/wgpu/src/window.rs new file mode 100644 index 00000000..97cac9b7 --- /dev/null +++ b/wgpu/src/window.rs @@ -0,0 +1,5 @@ +mod backend; +mod swap_chain; + +pub use backend::Backend; +pub use swap_chain::SwapChain; |