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

@@ -13,8 +13,8 @@ use rapier::math::{Isometry, Real, Vector};
//#[cfg(feature = "dim2")]
//use crate::objects::polyline::Polyline;
// use crate::objects::mesh::Mesh;
use bevy_pbr::StandardMaterial;
use bevy_sprite::ColorMaterial;
// use bevy_pbr::StandardMaterial;
// use bevy_sprite::ColorMaterial;
use rand::{Rng, SeedableRng};
use rand_pcg::Pcg32;
use std::collections::HashMap;