Skip to content

Commit

Permalink
Upgrade to wgpu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
sytherax authored and Swoorup committed Aug 10, 2024
1 parent b823857 commit 2334515
Show file tree
Hide file tree
Showing 7 changed files with 1,369 additions and 1,456 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ colored = "2.1"
data-encoding = "2.5"
derivative = "2.2"
derive_builder = "0.20"
derive_more = "0.99"
derive_more = { version = "1.0", features = ["full"] }
encase = "0.9"
enumflags2 = "0.7"
futures = "0.3"
Expand All @@ -30,8 +30,8 @@ include_absolute_path = "0.1"
indexmap = "2.2"
indoc = "2.0"
miette = "7.0"
naga = "0.20"
naga_oil = "0.14"
naga = "22.1"
naga_oil = "0.15"
pathdiff = "0.2"
pretty_assertions = "1.2"
prettyplease = "0.2"
Expand All @@ -45,6 +45,6 @@ strum = "0.26"
strum_macros = "0.26"
syn = "2.0"
thiserror = "1.0"
wgpu = "0.20"
wgpu-types = "0.20"
wgpu = "22.1"
wgpu-types = "22.0"
winit = "0.30"
Loading

0 comments on commit 2334515

Please sign in to comment.