summaryrefslogtreecommitdiffstats
path: root/wgpu/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/src/lib.rs')
-rw-r--r--wgpu/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs
index 80ebc2a7..dda4f322 100644
--- a/wgpu/src/lib.rs
+++ b/wgpu/src/lib.rs
@@ -25,6 +25,7 @@
#![deny(unsafe_code)]
#![deny(rust_2018_idioms)]
pub mod defaults;
+pub mod triangle;
pub mod widget;
mod image;