# 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 |
||
|---|---|---|
| .. | ||
| default.rs | ||
| lib.rs | ||
| map.rs | ||
| once.rs | ||
| parallel_queue.rs | ||
| synccell.rs | ||
| syncunsafecell.rs | ||
| wgpu_wrapper.rs | ||