consolidate imports

This commit is contained in:
2016-10-26 22:52:42 -07:00
parent f6b0068ec2
commit 9db44c212c
7 changed files with 22 additions and 34 deletions

View File

@@ -1,13 +1,11 @@
extern crate gfx;
use ega;
use ::std;
use std::io::Read;
use std::path::Path;
use self::gfx::{CommandBuffer, Typed};
use self::gfx::tex;
use gfx::{self, CommandBuffer, Typed};
use gfx::tex;
const TILEDIM: u16 = 16;