Files
vcpkg/ports/libusb-win32/vcpkg.json
2025-06-11 11:53:02 -07:00

15 lines
376 B
JSON

{
"name": "libusb-win32",
"version": "1.4.0.0",
"description": "Allows user space applications to access many USB device on Windows.",
"homepage": "https://github.com/mcuee/libusb-win32",
"license": "LGPL-3.0-only",
"supports": "windows & !uwp & !xbox & !(static & staticcrt)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}