ruabmbua / hidapi-rs

Rust bindings for the hidapi C library
MIT License
167 stars 80 forks source link

Add OpenBSD to supported platforms #79

Closed VlkrS closed 2 years ago

VlkrS commented 2 years ago

This PR adds OpenBSD to the supported platforms.

Unfortunately hidapi's hid_init() needed to be renamed to hidapi_hid_init() on OpenBSD due to a naming conflict with a system library function, so we need to work around that, too. I still hope you'll consider it for inclusion.

ruabmbua commented 2 years ago

Thanks for the contribution, new version is already published to crates.io.