Update crates and dependencies
This commit is contained in:
parent
6c5e37b02f
commit
010921f4fa
File diff suppressed because it is too large
Load Diff
12
Cargo.toml
12
Cargo.toml
|
@ -6,14 +6,14 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bytemuck = { version = "1.13.1", features = ["derive"] }
|
||||
env_logger = "0.10.0"
|
||||
glam = "0.23.0"
|
||||
log = "0.4.17"
|
||||
bytemuck = { version = "1.15.0", features = ["derive"] }
|
||||
env_logger = "0.11.3"
|
||||
glam = "0.26.0"
|
||||
log = "0.4.21"
|
||||
pollster = "0.3.0"
|
||||
simdnoise = "3.1.6"
|
||||
wgpu = "0.15.1"
|
||||
winit = "0.28.3"
|
||||
wgpu = "0.19.3"
|
||||
winit = "0.29.15"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
Loading…
Reference in New Issue