mirror of
https://github.com/Zenithsiz/zsw.git
synced 2026-02-04 02:08:37 +00:00
Settings menu data now use a std mutex.
This commit is contained in:
parent
7021ba4703
commit
4e3b1b123b
@ -22,8 +22,11 @@ use {
|
||||
window::WindowMonitorNames,
|
||||
},
|
||||
core::{ops::RangeInclusive, str::FromStr, time::Duration},
|
||||
egui::{Widget, mutex::Mutex},
|
||||
std::{path::Path, sync::Arc},
|
||||
egui::Widget,
|
||||
std::{
|
||||
path::Path,
|
||||
sync::{Arc, nonpoison::Mutex},
|
||||
},
|
||||
strum::IntoEnumIterator,
|
||||
winit::{dpi::LogicalPosition, event_loop::EventLoopProxy},
|
||||
zsw_util::{AppError, DurationDisplay, Rect},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user