stevenarella/src/world
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
..
biome.rs Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00
mod.rs Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -08:00
storage.rs Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00