remove bitrot, update and set versions of all deps, notably gfx & nalgebra

This commit is contained in:
2018-08-14 15:25:44 -07:00
parent 493563b7cc
commit 7ac96862eb
9 changed files with 209 additions and 200 deletions

View File

@@ -1,9 +1,8 @@
#![feature(conservative_impl_trait)]
#![feature(iterator_flatten)]
#[macro_use] extern crate gfx;
#[macro_use] extern crate log;
#[allow(unused_imports)] #[macro_use] extern crate log;
extern crate nalgebra as na;
extern crate num_traits;
extern crate piston;
pub mod arena;