stevenarella/src
iceiix 352f1965af
Update rand to 0.8.0, add getrandom js for web (#450)
* Add getrandom with js feature for JavaScript web compatibility

* Update to rand 0.8.0, closes #440

* Update to rand_pcg 0.3.0, closes #434

* Update rsa_public_encrypt_pkcs1 to 0.3.0, updates rand 0.8.0
2020-12-27 16:14:11 -08:00
..
console Add missing default implementations (new_without_default) 2020-06-29 18:42:07 -07:00
ecs Use add(x) instead of offset(x as isize), fixes ptr_offset_with_cast 2020-06-30 18:56:08 -07:00
entity Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -08:00
gl Disable multisampled textures, glTexImage2DMultisample (#447) 2020-12-27 10:14:39 -08:00
model Use `matches!` for bool match (clippy match_like_matches_macro) 2020-10-10 16:22:46 -07:00
render render: disable clouds on wasm (#448) 2020-12-27 10:42:01 -08:00
screen Update rand to 0.8.0, add getrandom js for web (#450) 2020-12-27 16:14:11 -08:00
server 1.16.4 (754) / 1.16.3 (753) / 1.16.2 (751) protocol (#390) 2020-11-24 19:01:57 -08:00
ui Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -08:00
world Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -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 Fix redundant clones 2020-06-29 18:48:07 -07:00
main.rs Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -08:00
resources.rs Use more descriptive name to fix blacklisted_name 'bar' (as in foobar) 2020-07-02 17:17:51 -07:00
settings.rs Use web-sys for web backend (#444) 2020-12-26 13:43:21 -08:00