We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b00d6 commit 87fb1ccCopy full SHA for 87fb1cc
Cargo.toml
@@ -44,10 +44,10 @@ rapier3d = { version = "0.24.0", optional = true }
44
parry3d-f64 = { version = "0.19.0", optional = true }
45
parry3d = { version = "0.19.0", optional = true }
46
47
-# bevy mesh convertion
+# bevy mesh conversion
48
bevy_mesh = { version = "0.16", optional = true }
49
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
+wgpu-types = { version = "24", optional = true, default-features = false }
51
52
# utils
53
rayon = { version = "1.10", optional = true }
0 commit comments