Skip to content

Commit 1480692

Browse files
committed
Minor refactoring using .min and revert Cargo.toml change
1 parent f92c44f commit 1480692

File tree

3 files changed

+236
-10
lines changed

3 files changed

+236
-10
lines changed

Cargo.lock

Lines changed: 234 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inputmodule-control/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ clap = { version = "4.0", features = ["derive"] }
88
serialport = "4.2.0"
99

1010
# For ledmatrix
11-
image = { version = "0.24.5", default-features = false, features = [
12-
"ico",
13-
"gif",
14-
] }
11+
image = "0.24.5"
1512
rand = "0.8.5"
1613
chrono = "0.4.23"
1714

0 commit comments

Comments
 (0)