rusty-desktop / rusty-desktop-dev

Discussion board for rusty-desktop project
0 stars 0 forks source link

libinput - roadmap #3

Open proton-decay opened 7 years ago

proton-decay commented 7 years ago

Discussion about road map for libinput.

Drakulix commented 7 years ago

@Meptl Any input from your side? I would otherwise just move my current bindings into this group and continue to maintain them.

Meptl commented 7 years ago

@Drakulix What's your take on using the bindgen generated files directly in the crate vs building them each time?

Drakulix commented 7 years ago

Currently I am building them each time (see https://github.com/Drakulix/input.rs/issues/2), but this is getting annoying and I am trying to figure out a way to check in up-to-date generated bindings into the repository, while still getting notified, when the generated file should be updated.

Meptl commented 7 years ago

Yeah, let's use your bindings; mine is mostly unmaintained anyway. On a similar note, if there were an option to rename/remove crates I wouldn't mind yours being the more formal "libinput-sys".