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

Build fails with vendored dependencies #50

Closed
v-morlock opened this issue Feb 7, 2024 · 1 comment
Closed

Build fails with vendored dependencies #50

v-morlock opened this issue Feb 7, 2024 · 1 comment

Comments

@v-morlock
Copy link

Hi, due to the use of the "document features" crate, this crate won't build when vendoring dependencies. (slint-ui/document-features#20)

Would it be possible to place this behind a feature flag or sth similar to make building with vendored dependencies possible? That's relevant eg when packaging for nix.

error: Could not find documented features in Cargo.toml
  --> /private/tmp/nix-build-rerun-cli.drv-0/rerun-cli-vendor.tar.gz/ehttp/src/lib.rs:21:10
   |
21 | #![doc = document_features::document_features!()]
   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
@v-morlock
Copy link
Author

My bad, this already works in the latest published version

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

No branches or pull requests

1 participant