stevenarella/src/screen
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
..
connecting.rs Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00
delete_server.rs server_list: implement server deletion, fixes #355 (#361) 2020-07-04 17:42:17 -07:00
edit_server.rs Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00
login.rs Fix redundant field names in struct initialization (redundant_field_names) 2020-06-29 18:07:12 -07:00
mod.rs server_list: implement server deletion, fixes #355 (#361) 2020-07-04 17:42:17 -07:00
server_list.rs Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -08:00
settings_menu.rs Fix redundant field names in struct initialization (redundant_field_names) 2020-06-29 18:07:12 -07:00