mtthw-meyer / libdaisy-rust

Hardware Abstraction Layer implementation for Daisy boards
MIT License
47 stars 17 forks source link

[Bug] Docs.rs don't compile #23

Open mtthw-meyer opened 3 years ago

mtthw-meyer commented 3 years ago

Docs.rs compiler needs correct arguments.

Spstolar commented 2 years ago

My current wild guess is that this could be fixed by adding a default-target to the Cargo.toml [package.metadata.docs.rs] table, as here: https://docs.rs/about/metadata

I can try to test this, but I'll have to figure out how to compile docs locally.