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
When trying to build a git dependency that is inside a workspace, cargo can take into account the root of the workspace for versions. The generator doesnt take that into account.
The text was updated successfully, but these errors were encountered:
This doesn't seem to work with cargo vendor either; since the sources generator aims to replicate Cargo's native vendoring mechanism, I'm not sure if there is a way we can make this work.
You can test if vendoring is possible for your project like this:
(run these in a clean source tree of the project)
flatpak-builder version
1.2.3
Linux distribution and version
NixOS 23.05
Affected flatpak-builder tool
cargo/flatpak-cargo-generator.py
flatpak-builder tool cli args
No response
Source repository URL
https://github.com/tauri-apps/plugins-workspace/blob/dev/plugins/window-state/Cargo.toml
Flatpak-builder manifest URL
https://github.com/flathub/dev.slimevr.SlimeVR
Description
When trying to build a git dependency that is inside a workspace, cargo can take into account the root of the workspace for versions. The generator doesnt take that into account.
The text was updated successfully, but these errors were encountered: