Skip to content

Commit 641594e

Browse files
committed
chore: Upgrade to bevy 0.14
1 parent 73b41dd commit 641594e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ repository = "https://github.com/johanhelsing/bevy_sparse_grid_2d"
1010
version = "0.4.0"
1111

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

0 commit comments

Comments
 (0)