bevy/crates/bevy_render/src/diagnostic
atlv 1732c2253b
refactor(render): move WgpuWrapper into bevy_utils (#19303)
# Objective

- A step towards splitting out bevy_camera from bevy_render

## Solution

- Move a shim type into bevy_utils to avoid a dependency cycle
- Manually expand Deref/DerefMut to avoid having a bevy_derive
dependency so early in the dep tree

## Testing

- It compiles
2025-05-27 03:43:49 +00:00
..
internal.rs refactor(render): move WgpuWrapper into bevy_utils (#19303) 2025-05-27 03:43:49 +00:00
mod.rs Tracy GPU support (#18490) 2025-03-28 04:57:01 +00:00
tracy_gpu.rs Tracy GPU support (#18490) 2025-03-28 04:57:01 +00:00