vcpkg/ports/libusb-win32/vcpkg.json
MonicaLiu 4226c83836
[libusb-win32] Add "!static" to the port (#28512)
* update libusb-win32

* update version

* update license

* update version

Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-12-28 12:38:56 -08:00

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
}
]
}