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:
sandeep 2024-03-21 03:24:26 +05:30 committed by GitHub
parent 63d7af54d1
commit efba769fa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ use std::num::NonZeroU32;
use std::sync::Arc; use std::sync::Arc;
use std::time::Instant; 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_glow::CallbackFn;
use egui_winit::EventResponse; use egui_winit::EventResponse;
use euclid::{Length, Point2D, Scale}; use euclid::{Length, Point2D, Scale};