Skip to content

Commit 2d7bea0

Browse files
committed
format Cargo.toml
1 parent 1da4f2f commit 2d7bea0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ bat = { version = "0.25.0", default-features = false, features = [
9292
"paging",
9393
"regex-fancy",
9494
] }
95-
behavior = { path = "crates/behavior"}
95+
behavior = { path = "crates/behavior" }
9696
bevy = { version = "0.16.0", default-features = false }
9797
bevy-inspector-egui = "0.29.1"
9898
bevy_asset_loader = "0.22.0"
@@ -259,8 +259,8 @@ walkdir = "2.5.0"
259259
walking_inference = { path = "crates/walking_inference" }
260260
watch = "0.2.3"
261261
webots = { version = "0.8.0" }
262-
world_state = { path = "crates/world_state" }
263262
wgpu = "24.0.5"
263+
world_state = { path = "crates/world_state" }
264264
xdg = "2.5.2"
265265
zbus = "5.5.0"
266266
zed = { path = "crates/zed" }

0 commit comments

Comments
 (0)