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/windowing | |
| parent | 02afe68342870ce4f37d7e8fb45c985397d6e08d (diff) | |
Diffstat (limited to 'engine/src/windowing')
| -rw-r--r-- | engine/src/windowing/window.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/src/windowing/window.rs b/engine/src/windowing/window.rs index 72c6342..817ea3c 100644 --- a/engine/src/windowing/window.rs +++ b/engine/src/windowing/window.rs @@ -1,8 +1,7 @@ use std::borrow::Cow; -use crate::ecs::Component; - use crate::data_types::dimens::Dimens; +use crate::ecs::Component; pub mod platform; |
