rustui / hid

A cross platform plugin for communicating with HID devices for Flutter applications.
11 stars 7 forks source link

Embed hidapi.dll on windows #4

Closed DavBfr closed 2 years ago

DavBfr commented 2 years ago

This PR allows a seamless build of a Windows app. It will automatically download and build hidapi.dll and link it to the application.

rustui commented 2 years ago

Nice work!