Skip to content

Commit b96d9a0

Browse files
committed
input-sys: add generated bindings for libinput 1.28.0
1 parent 0444ee5 commit b96d9a0

File tree

4 files changed

+9044
-0
lines changed

4 files changed

+9044
-0
lines changed

input-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ libinput_1_21 = []
4040
libinput_1_23 = []
4141
libinput_1_26 = []
4242
libinput_1_27 = []
43+
libinput_1_28 = []

input-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ extern crate bindgen;
44
use std::{env, path::Path};
55

66
const LIB_VERSIONS: &[(u8, u8, u8)] = &[
7+
(1, 28, 0),
78
(1, 27, 0),
89
(1, 26, 0),
910
(1, 23, 0),

0 commit comments

Comments
 (0)