Skip to content

make rspirv dep a workspace git dep instead of a patch#2

Open
Firestar99 wants to merge 1 commit intoRust-GPU:mainfrom
Firestar99:rspirv-dep
Open

make rspirv dep a workspace git dep instead of a patch#2
Firestar99 wants to merge 1 commit intoRust-GPU:mainfrom
Firestar99:rspirv-dep

Conversation

@Firestar99
Copy link
Member

@LegNeato don't have push perms on the repo...

If you declare rspirv git rev as a patch, any other project (like rust-gpu) depending on this project as a git dependency will use rspirv from crates. But if you declare rspirv directly as a git dependency, rust-gpu will also use said git dependency instead of needing to patch rspirv itself. Now rust-gpu also uses rspirv internally, so it will need to patch regardless, but other projects that don't interface with rspirv directly will get the benefit, like anyone using rust-gpu.

Firestar99 added a commit to Rust-GPU/rust-gpu that referenced this pull request Feb 18, 2026
Firestar99 added a commit to Rust-GPU/rust-gpu that referenced this pull request Feb 18, 2026
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.

1 participant

Comments