automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-08-22 23:04:40 +00:00 committed by github-actions[bot]
parent 1e38e17f36
commit c5447f58f1
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
use egui::{Color32, ImageSource}; use egui::ImageSource;
use super::{Entry, ICON_RAW}; use super::{Entry, ICON_RAW};
@ -18,7 +18,7 @@ impl ShowBox {
} }
impl egui::Widget for ShowBox { impl egui::Widget for ShowBox {
fn ui(mut self, ui: &mut egui::Ui) -> egui::Response { fn ui(self, ui: &mut egui::Ui) -> egui::Response {
ui.vertical_centered(|ui| { ui.vertical_centered(|ui| {
ui.add( ui.add(
egui::Image::new(ImageSource::Bytes { egui::Image::new(ImageSource::Bytes {