mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
29 lines
557 B
JSON
29 lines
557 B
JSON
{
|
|
"name": "libusb",
|
|
"version": "1.0.27",
|
|
"port-version": 2,
|
|
"description": "a cross-platform library to access USB devices",
|
|
"homepage": "https://github.com/libusb/libusb",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows & !mingw"
|
|
}
|
|
],
|
|
"default-features": [
|
|
{
|
|
"name": "udev",
|
|
"platform": "linux"
|
|
}
|
|
],
|
|
"features": {
|
|
"udev": {
|
|
"description": "Enable udev",
|
|
"supports": "linux"
|
|
}
|
|
}
|
|
}
|