summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-05 23:07:02 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-05 23:07:02 +0200
commit83f9d8d2098cff980323403fafd1ba1aca5b41d0 (patch)
treef0f253190f1cb9701cba8050842e84d4c2257670
parent96b570d917e9ee88fc3ed9a757d6867b59521e13 (diff)
Removed lazy_static dependency
Not sure how this was added?
-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;