2021-03-24 05:41:32 +08:00
|
|
|
{
|
|
|
|
"name": "libusb",
|
2024-02-29 08:39:30 +08:00
|
|
|
"version": "1.0.27",
|
2024-09-13 10:28:25 +08:00
|
|
|
"port-version": 2,
|
2021-03-24 05:41:32 +08:00
|
|
|
"description": "a cross-platform library to access USB devices",
|
|
|
|
"homepage": "https://github.com/libusb/libusb",
|
2023-02-04 06:00:28 +08:00
|
|
|
"license": "LGPL-2.1-or-later",
|
2023-08-12 00:46:52 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-msbuild",
|
|
|
|
"host": true,
|
2024-03-12 11:33:15 +08:00
|
|
|
"platform": "windows & !mingw"
|
2023-08-12 00:46:52 +08:00
|
|
|
}
|
2023-11-29 14:56:17 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
{
|
|
|
|
"name": "udev",
|
|
|
|
"platform": "linux"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"udev": {
|
|
|
|
"description": "Enable udev",
|
|
|
|
"supports": "linux"
|
|
|
|
}
|
|
|
|
}
|
2021-03-24 05:41:32 +08:00
|
|
|
}
|