mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
d9f832bc05
* [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>
11 lines
176 B
JSON
11 lines
176 B
JSON
{
|
|
"name": "libftdi1",
|
|
"version": "1.5",
|
|
"port-version": 1,
|
|
"description": "FTDI USB driver with bitbang mode",
|
|
"dependencies": [
|
|
"libconfuse",
|
|
"libusb"
|
|
]
|
|
}
|