diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-23 19:56:41 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-23 19:56:41 +0200 |
| commit | 8a41f5aeb3ac143d731928d1c343cd9338190f0a (patch) | |
| tree | a7a8bba7e119354abbaa9fff6ec4e16d2f66b829 /engine/src/input.rs | |
| parent | 02afe68342870ce4f37d7e8fb45c985397d6e08d (diff) | |
Diffstat (limited to 'engine/src/input.rs')
| -rw-r--r-- | engine/src/input.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/src/input.rs b/engine/src/input.rs index 613f0ad..9e8f0b6 100644 --- a/engine/src/input.rs +++ b/engine/src/input.rs @@ -2,7 +2,6 @@ use crate::ecs::declare_entity; use crate::ecs::extension::Collector as ExtensionCollector; use crate::ecs::pair::{ChildOf, Pair}; use crate::ecs::phase::Phase; - use crate::windowing::PHASE as WINDOWING_PHASE; pub mod keyboard; |
