Skip to content

Commit

Permalink
Format Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Sep 3, 2024
1 parent fae15a1 commit 52a92fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ rustdoc-args = ["-Zunstable-options", "--cfg", "docsrs"]
all-features = true

[dependencies]
bevy = { version = "0.14", default-features = false, features = [
"serialize",
] }
bevy = { version = "0.14", default-features = false, features = ["serialize"] }
bytes = "1.5"
bincode = "1.3"
serde = "1.0"
Expand Down

0 comments on commit 52a92fa

Please sign in to comment.