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
Hi. I'm writing a program which runs on Ubuntu 20.04 using joycon-rs.
I think it is necessary to change backend of hidapi to solve the issue #65, however it is impossible to control features of indirectly depended crates.
Therefore, I want joycon-rs to re-export features of hidapi.
I tried to implement it like this, and it seems to have worked.
I hope you will consider it. I'm willing to send a PR. Of course, it's ok if there's a better way.
The text was updated successfully, but these errors were encountered:
Hi. I'm writing a program which runs on Ubuntu 20.04 using joycon-rs.
I think it is necessary to change backend of hidapi to solve the issue #65, however it is impossible to control features of indirectly depended crates.
Therefore, I want joycon-rs to re-export features of hidapi.
I tried to implement it like this, and it seems to have worked.
I hope you will consider it. I'm willing to send a PR. Of course, it's ok if there's a better way.
The text was updated successfully, but these errors were encountered: