aboutsummaryrefslogtreecommitdiff
path: root/src/systems.rs
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-04-24 23:56:11 -0400
committerLibravatar Silas Bartha <[email protected]>2024-04-24 23:56:11 -0400
commit73316d02cceeeb23f3082901d2541c987fa99ab5 (patch)
tree24a09abd7dddbac9b6754fcd2681030b3364b8b2 /src/systems.rs
parent98d21d244bb92a1a8d35b1dff35d9c10bdcab19a (diff)
Initial Commit
Diffstat (limited to 'src/systems.rs')
-rw-r--r--src/systems.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systems.rs b/src/systems.rs
index 25b25dc..244b82f 100644
--- a/src/systems.rs
+++ b/src/systems.rs
@@ -1,5 +1,3 @@
-use std::time::Duration;
-
use bevy::{prelude::*, render::{render_asset::{RenderAssets, RenderAssetUsages}, renderer::RenderDevice, render_resource::{MapMode, Maintain, Extent3d, TextureDimension}}};
use pollster::FutureExt;