You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!()]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: