reorg: no main binary, all in bin/

This commit is contained in:
2016-09-19 14:42:18 -07:00
parent ebefec08ab
commit d851f934e0
2 changed files with 7 additions and 7 deletions

View File

@@ -2,6 +2,11 @@
#[macro_use] extern crate log;
pub mod arena;
pub mod ega;
pub mod tile;
pub mod town;
pub mod vr;
pub mod world;
mod transpose;