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
The text was updated successfully, but these errors were encountered:
kvark
added
the
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
label
Sep 3, 2021
When cargo sees a git dependency, it fetches all the submodules - https://github.com/gfx-rs/wgpu/pull/1903/checks?check_run_id=3508714595#step:5:9
Describe the problem you are trying to solve
This can take minutes of CI time, which is a waste if these submodules aren't really needed.
Describe the solution you'd like
Notes
Related to gfx-rs/wgpu#1903
The text was updated successfully, but these errors were encountered: