aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/graphics.rs
diff options
context:
space:
mode:
authorjohnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com>2023-10-23 16:21:07 +0000
committerjohnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com>2023-10-23 16:39:52 +0000
commit780ba4a216aa9ef68d7f10db4a2b67b866699f43 (patch)
treef9be0e8ae1134f7ee6139eb34c39aa2c2d6a21aa /src_testbed/graphics.rs
parent82416e3ca66dcdc34c0f350cec570ef1019a199f (diff)
downloadrapier-780ba4a216aa9ef68d7f10db4a2b67b866699f43.tar.gz
rapier-780ba4a216aa9ef68d7f10db4a2b67b866699f43.tar.bz2
rapier-780ba4a216aa9ef68d7f10db4a2b67b866699f43.zip
update bevy 0.11 - fix compile errors
Diffstat (limited to 'src_testbed/graphics.rs')
-rw-r--r--src_testbed/graphics.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src_testbed/graphics.rs b/src_testbed/graphics.rs
index 847258d..7c356c8 100644
--- a/src_testbed/graphics.rs
+++ b/src_testbed/graphics.rs
@@ -13,6 +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 rand::{Rng, SeedableRng};
use rand_pcg::Pcg32;
use std::collections::HashMap;