mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
15 lines
376 B
JSON
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
|
|
}
|
|
]
|
|
}
|