Skip to content

Commit

Permalink
Replace structopt with clap derive.
Browse files Browse the repository at this point in the history
  • Loading branch information
H-M-H committed Sep 25, 2024
1 parent 0ab42d5 commit 4c5dca5
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 126 deletions.
200 changes: 110 additions & 90 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description = "Use your iPad or Android tablet as graphic tablet."
autopilot = { git = "https://github.com/H-M-H/autopilot-rs.git", rev = "63eed09c715bfb665bb23172a3930a528e11691c" }
bitflags = { version = "^2.6", features = ["serde"] }
bytes = "1.7.1"
clap = { version = "4.5.18", features = ["derive"] }
clap_complete = "4.5.29"
dirs = "^5.0"
fastwebsockets = { version = "0.8.0", features = ["upgrade", "unstable-split"] }
fltk = { version = "^1", features = ["no-pango"] }
Expand All @@ -24,7 +26,6 @@ qrcode = "0.14.0"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
signal-hook = "0.3.17"
structopt = { version = "^0.3", features = ["color", "suggestions"], default-features = false }
tokio = { version = "^1", features = ["fs", "macros", "rt-multi-thread", "sync"] }
toml = "^0.8"
tracing = "^0.1"
Expand Down
Loading

0 comments on commit 4c5dca5

Please sign in to comment.