Ver código fonte

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 anos atrás
pai
commit
ba57c7a586
2 arquivos alterados com 42 adições e 23 exclusões
  1. 42 21
      book/src/chapter_2.md
  2. 0 2
      chapter-02-helloecs/src/main.rs

Diferenças do arquivo suprimidas por serem muito extensas
+ 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;