ruabmbua / hidapi-rs

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

macos: fix build by linking to AppKit for NSAppKitVersionNumber symbol #64

Closed ruabmbua closed 3 years ago

ruabmbua commented 3 years ago

New hidapi checks for the macos version, which requires linking to AppKit framework. Link to AppKit to fix linker error.