Files
wgpu/wgpu
Christofer Nolander fe31966fdf ensure that wgpu::Error is Sync (#5820)
* ensure that `wgpu::Error` is `Sync`

This makes it possible to wrap the error in `anyhow::Error` and
`eyre::Report`, which require the inner error to be `Sync`.

* update changelog
2024-06-16 19:48:35 -04:00
..
2024-01-16 19:21:51 +00:00
2024-05-16 09:05:41 -04:00