diff options
| author | johnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com> | 2023-11-03 21:01:39 +0000 |
|---|---|---|
| committer | johnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com> | 2023-11-03 21:01:39 +0000 |
| commit | 31518e3dce8f34266471407b1d0a0a96b52f7f96 (patch) | |
| tree | 1c77341e9f0304958af76ed3bac3953f81447d03 /src_testbed/graphics.rs | |
| parent | 23a7ed5beba12161d67184cdf7e63caa86be45eb (diff) | |
| download | rapier-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.rs | 4 |
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; |
