Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to wgpu 0.16.0, wgpu-hal 0.16.0 and naga 0.12.0 #8446

Merged
merged 9 commits into from
Apr 26, 2023
Prev Previous commit
Next Next commit
Updated code format with cargo fmt
  • Loading branch information
airingursb committed Apr 24, 2023
commit fad0a775907e6eb30920b4df9641897ab4bf27f0
5 changes: 1 addition & 4 deletions crates/bevy_pbr/src/render/light.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ use bevy_utils::{
tracing::{error, warn},
HashMap,
};
use std::{
hash::Hash,
num::{NonZeroU64},
};
use std::{hash::Hash, num::NonZeroU64};

#[derive(Debug, Hash, PartialEq, Eq, Clone, SystemSet)]
pub enum RenderLightSystems {
Expand Down