Remove the glfw port (it doesn't compile since last rustup anyway).

This commit is contained in:
Glenn Watson 2015-02-02 09:40:24 +10:00
parent ccdf0bd65e
commit f495884dcb
12 changed files with 10 additions and 744 deletions

View file

@ -59,7 +59,7 @@ pub enum KeyState {
Repeated,
}
//N.B. Straight up copied from glfw-rs
//N.B. Based on the glutin key enum
#[derive(Show, PartialEq, Eq, Copy, Clone)]
pub enum Key {
Space,