stevenarella/src
ice_iix 411e4f69a6 Remove unnecessary 'extern crate's in Rust 2018 edition, import macros
https://rust-lang-nursery.github.io/edition-guide/print.html#no-more-extern-crate
https://rust-lang-nursery.github.io/edition-guide/rust-2018/macros/macro-changes.html
https://github.com/iceiix/steven/pull/13#issuecomment-435702507
2018-11-04 12:39:23 -08:00
..
console Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
ecs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
entity Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
gl Check glGetError() in rendering loop 2018-10-07 13:53:50 -07:00
model Remove unnecessary 'extern crate's in Rust 2018 edition, import macros 2018-11-04 12:39:23 -08:00
nbt Update try!() to new ? syntax for Rust 2018 edition 2018-11-04 11:48:51 -08:00
protocol Remove unnecessary 'extern crate's in Rust 2018 edition, import macros 2018-11-04 12:39:23 -08:00
render Remove unnecessary 'extern crate's in Rust 2018 edition, import macros 2018-11-04 12:39:23 -08:00
screen Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
server Remove unnecessary 'extern crate's in Rust 2018 edition, import macros 2018-11-04 12:39:23 -08:00
types Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
ui Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
world Remove unnecessary 'extern crate's in Rust 2018 edition, import macros 2018-11-04 12:39:23 -08:00
auth.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
chunk_builder.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
format.rs Update try!() to new ? syntax for Rust 2018 edition 2018-11-04 11:48:51 -08:00
item.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
macros.rs Base implementation for worlds/blocks 2016-03-18 22:24:30 +00:00
main.rs Remove unnecessary 'extern crate's in Rust 2018 edition, import macros 2018-11-04 12:39:23 -08:00
resources.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
settings.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00