mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Require at least version 0.7.1 of ron, this version changed how floating points are serialized by forcing them to always have the decimal part, this makes it backwards incompatible with our tests because we do a syntatic diff and not a semantic one.