jacobrosenthal / hf2-rs

Microsoft HF2 HID Flashing Format for UF2 Bootloaders
49 stars 14 forks source link

Seperate binary dependencies #4

Closed jacobrosenthal closed 4 years ago

jacobrosenthal commented 4 years ago

It seems like this is still best advice to make separate crates or use a feature flag to enable optional dependencies then have people install with `cargo install uf2 --features="binaries"' https://github.com/rust-lang/cargo/issues/1982