Update to rust 2018

This commit is contained in:
2019-03-30 09:33:33 +01:00
parent f84aabf4c6
commit 1ef818f58a
7 changed files with 16 additions and 23 deletions
+1 -6
View File
@@ -1,11 +1,6 @@
#[macro_use]
extern crate clap;
extern crate rusty;
extern crate sfml;
use std::time::Instant;
use clap::{App, Arg};
use clap::{App, Arg, crate_version};
use sfml::window::{joystick, Event, Key};