Skip to content

Commit

Permalink
keep features on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyyy authored Feb 18, 2024
1 parent b5a82f8 commit e1109da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ rand_chacha = { version = "0.3", optional = true }
bevy_prng = { path = "bevy_prng", version = "=0.2" }

[dev-dependencies]
bevy_prng = { path = "bevy_prng", version = "0.2", features = [
"rand_chacha",
"wyrand",
] }
bevy_prng = { path = "bevy_prng", version = "0.2", features = ["rand_chacha", "wyrand"] }
rand = "0.8"
ron = { version = "0.8.0", features = ["integer128"] }

Expand Down

0 comments on commit e1109da

Please sign in to comment.