mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
20 lines
453 B
JSON
20 lines
453 B
JSON
{
|
|
"name": "libusb-win32",
|
|
"version": "1.2.6.0",
|
|
"port-version": 10,
|
|
"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 & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|