Skip to content

Commit 9d03874

Browse files
committed
improv: Factor out redundant code into a board() in server.rs
1 parent 5e6cead commit 9d03874

File tree

3 files changed

+132
-132
lines changed

3 files changed

+132
-132
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ glib = { git = "https://github.com/pop-os/gtk-rs" }
2121
glib-sys = { git = "https://github.com/pop-os/gtk-rs" }
2222
gtk = { git = "https://github.com/pop-os/gtk-rs", features = ["v3_22"] }
2323
gtk-sys = { git = "https://github.com/pop-os/gtk-rs" }
24-
hidapi = "1.2"
24+
hidapi = { version = "1.2", default-features = false, features = ["linux-static-hidraw"] }
2525
libc = "0.2"
2626
once_cell = "1.4"
2727
palette = "0.5"
@@ -34,7 +34,7 @@ serde_json = "1.0"
3434
gio = { git = "https://github.com/pop-os/gtk-rs" }
3535

3636
[dependencies.system76_ectool]
37-
version = "0.2.3"
37+
version = "0.3.0"
3838
features = ["hidapi", "std"]
3939

4040
[target.'cfg(target_os = "windows")'.dependencies]

0 commit comments

Comments
 (0)