Skip to content

Commit 87fb1cc

Browse files
committed
use a version for wgpu-types to satisfy crates.io
1 parent 59b00d6 commit 87fb1cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ rapier3d = { version = "0.24.0", optional = true }
4444
parry3d-f64 = { version = "0.19.0", optional = true }
4545
parry3d = { version = "0.19.0", optional = true }
4646

47-
# bevy mesh convertion
47+
# bevy mesh conversion
4848
bevy_mesh = { version = "0.16", optional = true }
4949
bevy_asset = { version = "0.16", optional = true }
50-
wgpu-types = { version = "*", optional = true, default-features = false } # this will use the version that bevy_mesh does
50+
wgpu-types = { version = "24", optional = true, default-features = false }
5151

5252
# utils
5353
rayon = { version = "1.10", optional = true }

0 commit comments

Comments
 (0)