Преглед на файлове

Clean up chapter 2 extern crates that aren't needed, and add a lot more help with learning Rust while you learn Roguelikes.

Herbert Wolverson преди 5 години
родител
ревизия
ba57c7a586
променени са 2 файла, в които са добавени 42 реда и са изтрити 23 реда
  1. 42 21
      book/src/chapter_2.md
  2. 0 2
      chapter-02-helloecs/src/main.rs

Файловите разлики са ограничени, защото са твърде много
+ 42 - 21
book/src/chapter_2.md


+ 0 - 2
chapter-02-helloecs/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;