1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00

Add single-threaded deadlock detection to RwMutex (#1619)

This commit is contained in:
Emil Ernerfeldt
2022-05-21 14:08:19 +02:00
committed by GitHub
parent 810b609a80
commit d6fd5dec3b
6 changed files with 93 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -1352,6 +1352,7 @@ dependencies = [
"ab_glyph",
"ahash 0.7.6",
"atomic_refcell",
"backtrace",
"bytemuck",
"cint",
"color-hex",