summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gate/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/gate/src/lib.rs b/gate/src/lib.rs
index f0188b1..0c1cda6 100644
--- a/gate/src/lib.rs
+++ b/gate/src/lib.rs
@@ -55,7 +55,6 @@
#[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;