fix compiler warnings & mention breaking in changelog

This commit is contained in:
johnny-smitherson
2023-11-03 21:01:39 +00:00
parent 23a7ed5beb
commit 31518e3dce
5 changed files with 9 additions and 19 deletions

View File

@@ -7,9 +7,9 @@ use std::collections::HashMap;
use bevy::render::render_resource::PrimitiveTopology;
use bevy_pbr::wireframe::Wireframe;
use bevy_pbr::PbrBundle;
use bevy_pbr::StandardMaterial;
use bevy_sprite::ColorMaterial;
// use bevy_pbr::PbrBundle;
// use bevy_pbr::StandardMaterial;
// use bevy_sprite::ColorMaterial;
use rapier::geometry::{ColliderHandle, ColliderSet, Shape, ShapeType};
#[cfg(feature = "dim3")]