Update smithay-egui, egui, puffin

This commit is contained in:
Ian Douglas Scott 2023-10-03 18:48:31 -07:00
parent 974aef7476
commit 98755c1695
4 changed files with 131 additions and 52 deletions

View file

@ -65,7 +65,7 @@ pub mod stack_hover;
pub mod swap_indicator;
#[cfg(feature = "debug")]
use egui::plot::{Corner, Legend, Plot, PlotPoints, Polygon};
use egui_plot::{Corner, Legend, Plot, PlotPoints, Polygon};
#[cfg(feature = "debug")]
use smithay::backend::renderer::{element::texture::TextureRenderElement, gles::GlesTexture};
#[cfg(feature = "debug")]