ruabmbua / hidapi-rs

Rust bindings for the hidapi C library
MIT License
173 stars 82 forks source link

Static CRT support #70

Closed pravic closed 3 years ago

pravic commented 3 years ago

Tested, works fine.

It builds static CRT only when required: https://doc.rust-lang.org/reference/linkage.html#static-and-dynamic-c-runtimes.

Fixes #69.

ruabmbua commented 3 years ago

Thank you for implementing this!