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 e88ba7b commit ad69717Copy full SHA for ad69717
Cargo.toml
@@ -10,5 +10,5 @@ repository = "https://github.com/johanhelsing/bevy_sparse_grid_2d"
10
version = "0.2.0"
11
12
[dependencies]
13
-bevy = {version = "0.11", default-features = false}
14
-smallvec = { version = "1.6", features = ["const_generics"] } # same as bevy 0.10
+bevy = { version = "0.12", default-features = false }
+smallvec = { version = "1.6", features = ["const_generics"] } # same as bevy 0.12
0 commit comments