Skip to content

Commit 2c0b947

Browse files
committed
input-sys: add generated bindings for libinput 1.31.0
1 parent 1a85420 commit 2c0b947

4 files changed

Lines changed: 9626 additions & 0 deletions

File tree

input-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ libinput_1_27 = []
4343
libinput_1_28 = []
4444
libinput_1_29 = []
4545
libinput_1_30 = []
46+
libinput_1_31 = []

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, 31, 0),
78
(1, 30, 0),
89
(1, 29, 0),
910
(1, 28, 0),

0 commit comments

Comments
 (0)