vcpkg/ports/libftdi1/vcpkg.json
Kinnon McAlister d9f832bc05
[libftdi1] update to 1.5 (#15917) (#15918)
* [libftdi1] update to 1.5 (#15917)

* [libftdi1] fixed outdated version file (#15917)

* [libftdi1] Switched to using option instead of patch to disable ftdi_eeprom (#15917)

* [libftdi1] updated version file (#15917)

* [libftdi1] Change version scheme

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-08 18:18:42 -08:00

11 lines
176 B
JSON

{
"name": "libftdi1",
"version": "1.5",
"port-version": 1,
"description": "FTDI USB driver with bitbang mode",
"dependencies": [
"libconfuse",
"libusb"
]
}