Skip to content

Commit

Permalink
de_combat: Sort deps in Cargo.toml (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 authored Sep 17, 2023
1 parent f233645 commit 0745fc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/combat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ categories.workspace = true
[dependencies]
# DE
de_audio.workspace = true
de_behaviour.workspace = true
de_core.workspace = true
de_objects.workspace = true
de_terrain.workspace = true
de_index.workspace = true
de_spawner.workspace = true
de_behaviour.workspace = true
de_objects.workspace = true
de_signs.workspace = true
de_spawner.workspace = true
de_terrain.workspace = true

# Other
bevy.workspace = true
Expand Down

0 comments on commit 0745fc4

Please sign in to comment.