Skip to content

Commit

Permalink
[DEPS] Add features derive + env in clap
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-ride committed Nov 27, 2023
1 parent 68c7fae commit b7bb41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
bevy = { version = "0.12.0", default-features = false, features = ["multi-threaded", "serialize", "trace"] }
clap = "4.4.8"
clap = { version = "4.4.8", features = ["derive", "env"] }
dotenvy = "0.15.7"
nalgebra = "0.32.3"
rumqttc = "0.23.0"
Expand Down

0 comments on commit b7bb41c

Please sign in to comment.