summaryrefslogtreecommitdiff
path: root/alligator_render/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-02-04 11:01:14 -0500
committerMicha White <botahamec@outlook.com>2023-02-04 11:01:14 -0500
commit455dd59b2c9c10b456a133302528775385e75810 (patch)
tree234558685105121b3748df1612d57f89ea74f25f /alligator_render/Cargo.toml
parent17662181dd3947c7e38f60116cd57e88a2a2897d (diff)
Upgrade to wgpu 0.15
Diffstat (limited to 'alligator_render/Cargo.toml')
-rw-r--r--alligator_render/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alligator_render/Cargo.toml b/alligator_render/Cargo.toml
index 6de7b42..29940bb 100644
--- a/alligator_render/Cargo.toml
+++ b/alligator_render/Cargo.toml
@@ -9,7 +9,7 @@ rust-version = "1.65"
[dependencies]
winit = "0.27"
log = "0.4"
-wgpu = "0.14"
+wgpu = "0.15"
thiserror = "1"
pollster = "0.2"
bytemuck = { version = "1.4", features = ["derive"] }