Enable standard logging for geckolib.

This commit is contained in:
Bobby Holley 2016-05-03 12:12:17 -07:00
parent aa0e3e25e2
commit d4aa0288d6
4 changed files with 72 additions and 0 deletions

View file

@ -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]