stevenarella/src/entity
iceiix 503a98d7a8
Use instant over std::time, for wasm compat (#449)
Replace std::time with the `instant` crate, which bridges to std::time on
native but on wasm calls performance.now() instead of panicking.

A step towards 🕸️ Web support #446

* logo: replace SystemTime/UNIX_EPOCH with Instant
2020-12-27 15:06:03 -08:00
..
block_entity Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00
mod.rs Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00
player.rs Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -08:00
systems.rs Use += to fix assign_op_pattern 2020-06-30 19:03:59 -07:00