Skip to content

Commit

Permalink
Merge pull request #111 from LinusCDE/bump-evdev-and-lib-versions
Browse files Browse the repository at this point in the history
Bump evdev and lib versions
  • Loading branch information
LinusCDE authored Dec 12, 2022
2 parents 7ec11d2 + 947b0bd commit 52dedd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libremarkable"
version = "0.6.1"
version = "0.6.2"
authors = ["Can Selcik <[email protected]>"]
repository = "https://github.com/canselcik/libremarkable"
license = "MIT"
Expand Down Expand Up @@ -29,7 +29,7 @@ image = { version = "0.23.14", optional = true }
line_drawing = { version = "1.0.0", optional = true }

# input
evdev = { version = "<=0.11.3", optional = true }
evdev = { version = "0.12.1", optional = true }
epoll = { version = "4.3.1", optional = true }
fxhash = { version = "0.2.1", optional = true }

Expand Down
1 change: 1 addition & 0 deletions src/appctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ impl Default for ApplicationContext<'static> {
let xres = framebuffer.var_screen_info.xres;

let (input_tx, input_rx) = std::sync::mpsc::channel();
#[allow(unused_mut)] // Some features require this to be mut, some not
let mut res = ApplicationContext {
wacom_ctx: RwLock::new(None),
button_ctx: RwLock::new(None),
Expand Down

0 comments on commit 52dedd7

Please sign in to comment.