Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
noxware committed Jun 20, 2024
1 parent e596461 commit 5684a40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion hframe-core/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use crate::{
composed_area::ComposedArea,
geo::Pos,
platform::{Platform, PlatformEvent},
test_platform::TestPlatform,
tree::Node,
world::World,
};
Expand Down Expand Up @@ -45,6 +44,7 @@ mod tests {
composed_area::{ComposedAreaKind, ComposedAreaState, ComposedHtml},
geo::{Pos, Rect, Size},
id::Id,
test_platform::TestPlatform,
};

use super::*;
Expand Down
5 changes: 0 additions & 5 deletions hframe-core/src/test_platform.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
use std::{
cell::{Ref, RefCell},
rc::Rc,
};

use crate::{
geo::Pos,
platform::{Platform, PlatformEvent},
Expand Down

0 comments on commit 5684a40

Please sign in to comment.