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 ad69717 commit 7c1b3cdCopy full SHA for 7c1b3cd
Cargo.toml
@@ -7,7 +7,7 @@ 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.2.0"
+version = "0.3.0"
11
12
[dependencies]
13
bevy = { version = "0.12", default-features = false }
README.md
@@ -48,7 +48,8 @@ The `main` branch targets the latest bevy release.
48
49
|bevy|bevy_sparse_grid_2d|
50
|----|-------------------|
51
-|0.11|0.2, main |
+|0.12|0.3, main |
52
+|0.11|0.2 |
53
|0.10|0.1 |
54
55
## License
0 commit comments