coeuvre / rust-2048

A 2048 clone with Piston game engine
MIT License
236 stars 40 forks source link

Fixes for the version "1.0.0 - nightly" (with a remaining error) #10

Closed PifyZ closed 9 years ago

PifyZ commented 9 years ago

Compilation error:

src/tile.rs:140:51: 140:51 help: add #![feature(int_uint)] to the crate attributes to silence this warning
src/app.rs:104:40: 104:52 error: use of undeclared type name `KeyPressArgs`
src/app.rs:104     pub fn key_press(&mut self, args: &KeyPressArgs) {
                                                      ^~~~~~~~~~~~
coeuvre commented 9 years ago

Thanks!