Merge branch 'master' into 1.19

This commit is contained in:
ice_iix 2022-11-25 09:14:51 -08:00
commit b43395d511
2 changed files with 299 additions and 258 deletions

553
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,7 @@ opt-level = 1
[dependencies]
cfg-if = "1.0.0"
wasm-bindgen = "0.2.83"
winit = "0.27.4"
winit = "0.27.5"
glow = "0.11.2"
byteorder = "1.4.3"
serde = "1.0.147"
@ -41,7 +41,7 @@ image = "0.24.4"
getrandom = { version = "0.2.8", features = ["js"] }
rand = "0.8.5"
rand_pcg = "0.3.1"
base64 = "0.13.0"
base64 = "0.13.1"
log = { version = "0.4.17", features = ["std"] }
cgmath = "0.17.0"
lazy_static = "1.4.0"