summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-09 18:37:21 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-09 18:37:21 +0200
commit3b90ccfcc15b13ff06cfd98dc4817b5d692ef97e (patch)
treecbdc7c6ffc5fd78dd3dcddee9a63ee96bbee2ef6 /src/main.rs
parent011e2c74ea0909b06d6b09c0f068f7aff034944f (diff)
Made the wasm build work again
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 060e681..e6932af 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,8 @@
+#[macro_use]
extern crate gate;
+gate_header!();
+
use gate::{App, AppContext, AppInfo, KeyCode};
use gate::renderer::{Renderer, Affine};