summaryrefslogtreecommitdiff
path: root/gate/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'gate/src/lib.rs')
-rw-r--r--gate/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/gate/src/lib.rs b/gate/src/lib.rs
index 96cd463..f0188b1 100644
--- a/gate/src/lib.rs
+++ b/gate/src/lib.rs
@@ -53,6 +53,9 @@
#[cfg(not(target_arch = "wasm32"))] extern crate sdl2;
#[cfg(not(target_arch = "wasm32"))] extern crate gl;
+#[cfg(not(target_arch = "wasm32"))] extern crate time;
+
+#[macro_use] extern crate lazy_static;
extern crate byteorder;
pub mod asset_id;