render-rs icon indicating copy to clipboard operation
render-rs copied to clipboard

Fix stale deps

Open h3r2tic opened this issue 4 years ago • 0 comments

A few fixes to make the compiler happy:

  • enum-count has since disappeared, so I upgraded it to strum
  • Fixed a bunch of cases of dyn being missing from traits
  • Upgraded ash to 0.31, and bumped a few other dependencies

h3r2tic avatar Jul 23 '20 21:07 h3r2tic