Add log and env_logger

Relates #7
This commit is contained in:
tgotwig 2019-09-14 14:08:27 +02:00
parent 2913c64da3
commit 87007c7e32
4 changed files with 7 additions and 1 deletions

View file

@ -196,6 +196,7 @@
#![deny(unused_results)]
#![deny(unsafe_code)]
#![deny(rust_2018_idioms)]
#[macro_use] extern crate log;
pub mod input;
pub mod renderer;
pub mod widget;