aboutsummaryrefslogtreecommitdiffstats
path: root/ports/geckolib/lib.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2016-05-03 12:12:17 -0700
committerBobby Holley <bobbyholley@gmail.com>2016-05-03 17:40:05 -0700
commitd4aa0288d61eee0f76d9442f2a1c5cdabecece89 (patch)
tree39ca6a67f231a4b741001bd4efd9016e3297d5f5 /ports/geckolib/lib.rs
parentaa0e3e25e2fc6f998a2717c6fef9e785ca6fcaa4 (diff)
downloadservo-d4aa0288d61eee0f76d9442f2a1c5cdabecece89.tar.gz
servo-d4aa0288d61eee0f76d9442f2a1c5cdabecece89.zip
Enable standard logging for geckolib.
Diffstat (limited to 'ports/geckolib/lib.rs')
-rw-r--r--ports/geckolib/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/geckolib/lib.rs b/ports/geckolib/lib.rs
index 63163583774..7d31b0c3fb3 100644
--- a/ports/geckolib/lib.rs
+++ b/ports/geckolib/lib.rs
@@ -15,6 +15,7 @@
extern crate app_units;
#[macro_use]
extern crate cssparser;
+extern crate env_logger;
extern crate euclid;
extern crate heapsize;
#[macro_use]