This commit is contained in:
Isaac Mills 2024-02-05 11:19:45 -05:00
parent 03ad1aa499
commit c635390455
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
3 changed files with 29 additions and 69 deletions

View file

@ -5,8 +5,8 @@ use std::sync::Arc;
use egui::mutex::{Mutex, RwLock};
use egui::{Pos2, Rect, Vec2};
use egui_wgpu::renderer::ScreenDescriptor;
use egui_wgpu::wgpu;
use egui_wgpu::ScreenDescriptor;
use glyphon::{
Buffer, Color, ColorMode, FontSystem, PrepareError, RenderError, Resolution, SwashCache,
TextArea, TextAtlas, TextBounds, TextRenderer,