Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wgpu-hal: Fix Mesa version check for version with suffix containing `…
….` (gfx-rs#4959) On Pop!_OS we have versions like `Mesa 23.3.0-1pop0~1702935939~22.04~67e417a`. This failed to parse here since it tried to split at the `.` in the suffix. Not sure if other distros use a suffix with a `.`, but splitting from the left and comparing as a tuple instead of a float seems cleaner overall. Co-authored-by: Connor Fitzgerald <[email protected]>
- Loading branch information