stevenarella/src/ui
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
..
logo.rs Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -08:00
mod.rs Use web-sys for web backend (#444) 2020-12-26 13:43:21 -08:00