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 86efd17 commit c554007Copy full SHA for c554007
Cargo.toml
@@ -7,8 +7,8 @@ keywords = ["gamedev", "bevy"]
7
license = "MIT OR Apache-2.0"
8
name = "bevy_sparse_grid_2d"
9
repository = "https://github.com/johanhelsing/bevy_sparse_grid_2d"
10
-version = "0.1.0"
+version = "0.2.0"
11
12
[dependencies]
13
-bevy = {version = "0.10", default-features = false}
+bevy = {version = "0.11", default-features = false}
14
smallvec = { version = "1.6", features = ["const_generics"] } # same as bevy 0.10
0 commit comments