Update basic dependencies
This commit is contained in:
parent
126dc4d2cd
commit
59addedf47
|
@ -7,9 +7,9 @@ license = "MIT"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytemuck = "1.15.0"
|
bytemuck = "1.16.0"
|
||||||
log = "0.4.21"
|
log = "0.4.21"
|
||||||
thiserror = "1.0.59"
|
thiserror = "1.0.61"
|
||||||
wgpu = "0.19.4"
|
wgpu = "0.19.4"
|
||||||
wgpu-profiler = "0.16.2"
|
wgpu-profiler = "0.16.2"
|
||||||
winit = "0.29.15"
|
winit = "0.29.15"
|
||||||
|
|
Loading…
Reference in New Issue