summaryrefslogtreecommitdiff
path: root/webhogg/wasm/src/context/mod.rs
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-06-14 17:20:01 +0200
committernatrixaeria <janng@gmx.de>2019-06-14 17:20:01 +0200
commit438825a7ce98a0cd455ff0adebd6d3cf8d3209be (patch)
tree30c4290562910c27c3a11a05344c6b236be62fbf /webhogg/wasm/src/context/mod.rs
parent4fd207e78452a9e282ef65fc9c3eaf8b19115956 (diff)
Draw a rectangle
Diffstat (limited to 'webhogg/wasm/src/context/mod.rs')
-rw-r--r--webhogg/wasm/src/context/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/webhogg/wasm/src/context/mod.rs b/webhogg/wasm/src/context/mod.rs
index a581047..09902ce 100644
--- a/webhogg/wasm/src/context/mod.rs
+++ b/webhogg/wasm/src/context/mod.rs
@@ -1,3 +1,4 @@
+mod shader;
mod webgl;
pub mod graphics;
pub mod logic;