vcpkg/ports/libusb/vcpkg.json
Alexander Neumann 7fb43dfa55
[libusb] msbuild update (#33105)
* [libusb] update msbuild

* v db
2023-08-11 09:46:52 -07:00

17 lines
362 B
JSON

{
"name": "libusb",
"version": "1.0.26.11791",
"port-version": 3,
"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"
}
]
}