Skip to content

Commit c554007

Browse files
committed
Port to bevy 0.11
1 parent 86efd17 commit c554007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ keywords = ["gamedev", "bevy"]
77
license = "MIT OR Apache-2.0"
88
name = "bevy_sparse_grid_2d"
99
repository = "https://github.com/johanhelsing/bevy_sparse_grid_2d"
10-
version = "0.1.0"
10+
version = "0.2.0"
1111

1212
[dependencies]
13-
bevy = {version = "0.10", default-features = false}
13+
bevy = {version = "0.11", default-features = false}
1414
smallvec = { version = "1.6", features = ["const_generics"] } # same as bevy 0.10

0 commit comments

Comments
 (0)