Open maninalift opened 1 year ago
I have just notices that someone has already made a pull request to fix this.
I have just notices that someone has already made a pull request to fix this.
Thanks, I actually missed this pull request somehow, just merged it.
It appears that build on Linux is broken after the most recent commit which updates dependencies. There are two issues.
The first is easily solved by adding
features= [fs]
to theThe second issue is I think due to a change in the function signature of
open_restricted
andclose_restricted
in theLibinputInterface
trait which nowI am a total Rust beginner, also I am not clear whether this project is being actively maintained. For these reasons, I haven't investigated this much.
Without really understanding what was going on, I have got the library to compile by brute force and ignorance, (I'm sure it won't do what it is supposed to do) See here
If this library is being maintained, I could either investigate she fix it properly or leave it to someone who knows what they are doing.