A cross-platform library to access USB devices
Run the following Vcpkg command to install the port.
vcpkg install libusb
libusb can be imported via CMake FindPkgConfig module:
find_package(PkgConfig REQUIRED) pkg_check_modules(libusb REQUIRED IMPORTED_TARGET libusb-1.0) target_link_libraries(main PRIVATE PkgConfig::libusb)
Enable udev
v1.0.27#2
Sep 13, 2024
!uwp
libusb/libusb5.3K
github.com/libusb/libusb
4c2b54e052
LGPL-2.1-or-later
Manifest