mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
fixed unused import warning in minibrowser (#31797)
Signed-off-by: Sandeep Pillai <sandeeppillai@Sandeeps-MacBook-Air.local> Co-authored-by: Sandeep Pillai <sandeeppillai@Sandeeps-MacBook-Air.local>
This commit is contained in:
parent
63d7af54d1
commit
efba769fa3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use std::num::NonZeroU32;
|
|||
use std::sync::Arc;
|
||||
use std::time::Instant;
|
||||
|
||||
use egui::{CentralPanel, Frame, InnerResponse, Key, Modifiers, PaintCallback, TopBottomPanel};
|
||||
use egui::{CentralPanel, Frame, Key, Modifiers, PaintCallback, TopBottomPanel};
|
||||
use egui_glow::CallbackFn;
|
||||
use egui_winit::EventResponse;
|
||||
use euclid::{Length, Point2D, Scale};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue