vcpkg/ports/libftdi1/vcpkg.json

19 lines
305 B
JSON
Raw Normal View History

{
"name": "libftdi1",
"version": "1.5",
"port-version": 3,
"description": "FTDI USB driver with bitbang mode",
"dependencies": [
"libconfuse",
2021-11-06 03:55:49 +08:00
"libusb",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}