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
error: failed to sync
Caused by:
found duplicate version of package `clipboard_wayland v0.2.2` vendored from two sources:
source 1: registry `crates-io`source 2: https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-6#8a816d8f
This is necessary to build without internet access during compilation, in my case, to build the package into the Sisyphus repository for ALT Linux
The text was updated successfully, but these errors were encountered:
The project uses the iced.rs library and my fork of iced from pop_os that both use clipboard_wayland (one from crate and one from pop_os repo).
To resolve the issue I have to change the dependency from clipboard_wayland (pop_os repo version) to the crate one but to do that I had to change the codebase. Otherwise, I already planned an alternative solution #24.
How can I fix this error when using cargo vendor?
This is necessary to build without internet access during compilation, in my case, to build the package into the Sisyphus repository for ALT Linux
The text was updated successfully, but these errors were encountered: