Skip to content

Commit

Permalink
import layout in overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
KentaTheBugMaker committed Nov 22, 2023
1 parent 48e68e2 commit defc22c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/overlay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ use crate::mouse;
use crate::renderer;
use crate::widget;
use crate::widget::Tree;
use crate::{Clipboard,IME, Layout, Point, Rectangle, Shell, Size, Vector};

use crate::{
layout, Clipboard, Layout, Point, Rectangle, Shell, Size, Vector, IME,
};

/// An interactive component that can be displayed on top of other widgets.
pub trait Overlay<Message, Renderer>
Expand Down

0 comments on commit defc22c

Please sign in to comment.