aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/graphics.rs
diff options
context:
space:
mode:
authorjohnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com>2023-11-03 21:01:39 +0000
committerjohnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com>2023-11-03 21:01:39 +0000
commit31518e3dce8f34266471407b1d0a0a96b52f7f96 (patch)
tree1c77341e9f0304958af76ed3bac3953f81447d03 /src_testbed/graphics.rs
parent23a7ed5beba12161d67184cdf7e63caa86be45eb (diff)
downloadrapier-31518e3dce8f34266471407b1d0a0a96b52f7f96.tar.gz
rapier-31518e3dce8f34266471407b1d0a0a96b52f7f96.tar.bz2
rapier-31518e3dce8f34266471407b1d0a0a96b52f7f96.zip
fix compiler warnings & mention breaking in changelog
Diffstat (limited to 'src_testbed/graphics.rs')
-rw-r--r--src_testbed/graphics.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src_testbed/graphics.rs b/src_testbed/graphics.rs
index 7c356c8..70e27ba 100644
--- a/src_testbed/graphics.rs
+++ b/src_testbed/graphics.rs
@@ -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;