bevy/crates/bevy_render/src/renderer
David Cosby 42b737878f
Re-export smallvec crate from bevy_utils (#11006)
Matches versioning & features from other Cargo.toml files in the
project.

# Objective
Resolves #10932 

## Solution
Added smallvec to the bevy_utils cargo.toml and added a line to
re-export the crate. Target version and features set to match what's
used in the other bevy crates.
2023-12-24 15:35:09 +00:00
..
graph_runner.rs Re-export smallvec crate from bevy_utils (#11006) 2023-12-24 15:35:09 +00:00
mod.rs Update to wgpu 0.18 (#10266) 2023-12-14 02:45:47 +00:00
render_device.rs Bind group layout entries (#10224) 2023-11-28 04:00:49 +00:00