Skip to content

Commit

Permalink
Format Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Dec 2, 2024
1 parent 4db3a33 commit 9072748
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.15", default-features = false, features = [
"serialize",
] }
bevy = { version = "0.15", default-features = false, features = ["serialize"] }
bytes = "1.5"
bincode = "1.3"
serde = "1.0"
Expand Down

0 comments on commit 9072748

Please sign in to comment.