Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: docs building #99

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ohayouarmaan
Copy link

image
image
I was able to build the docs for linux after changing some errors which i got while building, and i was also able to build the docs for windows. is it a mac issue?
image

@MAlba124
Copy link
Contributor

MAlba124 commented Jul 6, 2024

The docs fails because libpipewire and libspa is not available on the docs.rs system, see: log.
#95 already includes the proposed fixes.

[package.metadata.docs.rs]
cargo-features = ["--no-default-features"]
cargo_args = ["--no-deps"]
default-target = "x86_64-pc-windows-msvc"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't this exclude the platform specifics for mac and linux (like capturer/engine, targets/ and utils)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants