winit icon indicating copy to clipboard operation
winit copied to clipboard

Faster builds

Open madsmtm opened this issue 2 years ago • 1 comments

WIP

  • [ ] Tested on all platforms changed
  • [ ] Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
  • [ ] Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • [ ] Created or updated an example program if it would help users understand this functionality
  • [ ] Updated feature matrix, if new features were added or implemented

madsmtm avatar Feb 26 '22 17:02 madsmtm

You might want to consider using https://github.com/Swatinem/rust-cache which does all this sort of stuff for you. Only downside is you'll have to checkin the Cargo.lock file but you should really be doing that anyway considering you have deny warnings enabled.

rukai avatar Feb 27 '22 11:02 rukai

Replaced with https://github.com/rust-windowing/winit/pull/2988, where we will also discuss committing Cargo.lock.

madsmtm avatar Jul 31 '23 00:07 madsmtm