From 9a1e9029d8d731f8adc73f0dbfb56483778dbcf4 Mon Sep 17 00:00:00 2001 From: Joris Wachsmuth Date: Fri, 22 Mar 2024 11:13:36 +0100 Subject: [PATCH] pass through features for statically linking libftdi --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a6b3ae4..1544c92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,8 @@ readme = "README.md" [features] libftd2xx-static = ["libftd2xx/static"] +ftdi-vendored = ["ftdi/vendored"] +ftdi-libusb1-sys = ["ftdi/libusb1-sys"] default = [] [dependencies]