update dependencies

This commit is contained in:
2023-08-23 00:52:51 +02:00
parent 77b2e27346
commit 440e150896
8 changed files with 1517 additions and 1692 deletions

View File

@@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
winit = "0.27.5"
winit = "0.28.6"
env_logger = "0.10"
log = "0.4"
pico-args = "0.5"
wgpu = "0.15"
pollster = "0.2.5"
wgpu = "0.17"
pollster = "0.3.0"
bytemuck = { version = "1.13", features = [ "derive" ] }
anyhow = "1"
minifb = { version = "0.23.0", default-features = false, features = ["x11"] }
minifb = { version = "0.25.0", default-features = false, features = ["x11"] }
winapi = { version = "0.3.9", features = [ "timeapi" ] }