mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
[refactor] Create helper struct Mutex (with double-lock detection)
This commit is contained in:
@@ -6,7 +6,7 @@ pub mod webgl;
|
||||
|
||||
pub use backend::*;
|
||||
|
||||
use parking_lot::Mutex;
|
||||
use egui::mutex::Mutex;
|
||||
use std::sync::Arc;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user