You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the
The second issue is I think due to a change in the function signature of open_restricted and close_restricted in the LibinputInterface trait which now
I 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: