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.
2 parents 7eed90e + 68bc743 commit aed0151Copy full SHA for aed0151
Cargo.toml
@@ -10,5 +10,5 @@ repository = "https://github.com/johanhelsing/bevy_sparse_grid_2d"
10
version = "0.5.0"
11
12
[dependencies]
13
-bevy = { version = "0.14", default-features = false }
14
-smallvec = { version = "1.6", features = ["const_generics"] } # same as bevy 0.12
+bevy = { version = "0.15", default-features = false }
+smallvec = { version = "1.6", features = ["const_generics"] } # same as bevy 0.15
0 commit comments