Skip to content

Commit aed0151

Browse files
authored
Merge pull request #8 from johanhelsing/bevy-0.15
Port to bevy 0.15
2 parents 7eed90e + 68bc743 commit aed0151

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.5.0"
1111

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

0 commit comments

Comments
 (0)