factor out ega loader

This commit is contained in:
2016-09-19 03:00:54 -07:00
parent fd9d1cca13
commit 067e8906be
3 changed files with 75 additions and 35 deletions

View File

@@ -1,3 +1,6 @@
#![feature(conservative_impl_trait)]
#[macro_use] extern crate log;
pub mod ega;
pub mod vr;