Skip to content

Commit

Permalink
gui/cargo: Fix building the GUI app version because some funky missin…
Browse files Browse the repository at this point in the history
…g derive macro thingie for the main.rs Args clap::Parser complex rusty big-brain ubercomplex thingamajig nonsense broke: https://stackoverflow.com/a/49113656/674685
  • Loading branch information
Swyter committed Aug 18, 2023
1 parent 8224569 commit 18e13c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eurochef/gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ png = "0.17.9"
serde_yaml = "0.9"
parse_int = "0.6.0"
nohash-hasher = "0.2.0"
clap = "4.3.4"
clap = { version = "4.3.4", features = ["derive"] }
fxhash = "0.2.1"
genmesh = "0.6.2"
bitflags = "2.3.3"
Expand Down

0 comments on commit 18e13c2

Please sign in to comment.