gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
11.46k stars 855 forks source link

[naga] Break `naga::arena` up into submodules. #5862

Closed jimblandy closed 4 days ago

jimblandy commented 6 days ago

This is broken up into independent commits that are probably easier to review individually.

teoxoy commented 5 days ago

It looks like there is a conflict since https://github.com/gfx-rs/wgpu/pull/5864 added #[derive(Debug)] to HandleVec.