Update to rust 2018
This commit is contained in:
+1
-6
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user