mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
4226c83836
* update libusb-win32 * update version * update license * update version Co-authored-by: Monica <v-liumonica@microsoft.com>
20 lines
444 B
JSON
20 lines
444 B
JSON
{
|
|
"name": "libusb-win32",
|
|
"version": "1.2.6.0",
|
|
"port-version": 9,
|
|
"description": "Allows user space applications to access many USB device on Windows.",
|
|
"homepage": "https://sourceforge.net/projects/libusb-win32",
|
|
"license": "LGPL-3.0-only",
|
|
"supports": "windows & !static",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|