We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8bdd2e + ed115e4 commit 691c850Copy full SHA for 691c850
2 files changed
Cargo.toml
@@ -18,7 +18,7 @@ bitflags = "2.4"
18
log = { version = "0.4.20", optional = true }
19
20
[dependencies.input-sys]
21
-version = "1.18.0"
+version = "1.19.0"
22
path = "input-sys"
23
default-features = false
24
input-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "input-sys"
3
4
authors = ["Victoria Brekenfeld (Drakulix) <github@drakulix.de>"]
5
build = "build.rs"
6
description = "Bindgen generated unsafe libinput wrapper"
0 commit comments