greshake / i3status-rust

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs.rs build fails

MaxVerevkin opened this issue · comments

Looks like pipewire has the same problem. See: https://docs.rs/crate/pipewire/0.8.0 and https://docs.rs/crate/pipewire/0.8.0/builds/1117588
Looks like dependencies can be added to the docs building process per: https://docs.rs/about/builds#missing-dependencies

We can also not enable the pipewire feature when building docs, this would not affect the documentation, right? That would probably we way simpler.

I think that only the blocks that are feature gated would be effected. So the privacy block wouldn't be altered by removing the pipewire feature.