aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/graphics.rs
diff options
context:
space:
mode:
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;