Skip to content

Commit

Permalink
Update input dependency to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
harshadgavali committed Oct 10, 2021
1 parent 9d3862d commit e58575c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
input = "0.6"
input = "0.7"
libc = "0.2.98"
zbus = "1.9"
zvariant = "2.7.0"
Expand Down
1 change: 1 addition & 0 deletions src/libinput.rs
Expand Up @@ -77,6 +77,7 @@ pub fn libinput_listener(transmitter: mpsc::Sender<CustonSwipeEvent>) {
GestureSwipeEvent::Begin(_) => "Begin",
GestureSwipeEvent::Update(_) => "Update",
GestureSwipeEvent::End(_) => "End",
_ => panic!("Unkown gesture event {:?}", swipe),
};

let fingers;
Expand Down

0 comments on commit e58575c

Please sign in to comment.