Ver código fonte

Remove redundant extern crate calls from chapter 3 source.

Herbert Wolverson 4 anos atrás
pai
commit
f896e00832
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      chapter-03-walkmap/src/main.rs

+ 0 - 2
chapter-03-walkmap/src/main.rs

@@ -1,6 +1,4 @@
-extern crate rltk;
 use rltk::{Console, GameState, Rltk, RGB, VirtualKeyCode};
-extern crate specs;
 use specs::prelude::*;
 #[macro_use]
 extern crate specs_derive;