stevenarella/src
ice_iix bda0009a6f Add Cargo.toml for new steven_protocol crate. Closes #167 (#278)
Completes the move of the protocol implementation into a new
crate, named steven_protocol, in the protocol/ subdirectory.

* Add Cargo.toml for steven_protocol

* Add steven_protocol entrypoint in protocol/src/lib.rs

* Use steven_protocol in main

* Remove protocol in main, replaced by steven_protocol

* Remove unused dependencies moved into steven_protocol
2020-02-02 07:47:11 -08:00
..
console Fix bare trait objects warning, add explicit `dyn` 2019-11-02 15:46:06 -07:00
ecs Update to Rust 1.40.0. Closes #253 2020-01-04 17:26:26 -08:00
entity Replace into_iter() -> iter() for arrays, fixes 1.42-nightly warning 2020-01-04 19:33:05 -08:00
gl Replace println! with log crate facade macros info!, debug!, etc. 2019-05-22 16:01:14 -07:00
model Bump image from 0.21.3 to 0.22.3. Closes #238 2020-01-05 09:10:59 -08:00
render Update to reqwest 0.10.0. Closes #259 2020-01-05 10:38:21 -08:00
screen Fix warning: `...` range patterns are deprecated 2019-11-02 15:46:10 -07:00
server protocol: atomics replace unsafe for version/debug. Closes #261 2020-01-08 18:57:57 -08:00
ui Update to glutin 0.22.0-alpha5, remove wasm_stub (#260) 2020-01-05 17:56:32 -08:00
world Bump image from 0.21.3 to 0.22.3. Closes #238 2020-01-05 09:10:59 -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 Change to PCG random number generator algorithm 2020-01-05 10:01:44 -08:00
main.rs Add Cargo.toml for new steven_protocol crate. Closes #167 (#278) 2020-02-02 07:47:11 -08:00
resources.rs Update to reqwest 0.10.0. Closes #259 2020-01-05 10:38:21 -08:00
settings.rs Update to glutin 0.22.0-alpha5, remove wasm_stub (#260) 2020-01-05 17:56:32 -08:00