Skip to content

Commit ad69717

Browse files
committed
Upgrade to bevy 0.12
1 parent e88ba7b commit ad69717

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
@@ -10,5 +10,5 @@ repository = "https://github.com/johanhelsing/bevy_sparse_grid_2d"
1010
version = "0.2.0"
1111

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

0 commit comments

Comments
 (0)