mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Remove the deadlock_detection feature (#7497)
* related #7494 Removes the `deadlock_detection` feature, since we now have a more primitive panic-after-30s deadlock detection which works well enough and even detects kinds of deadlocks that the `deadlock_detection` feature never supported.
This commit is contained in:
@@ -1535,7 +1535,6 @@ version = "0.32.1"
|
||||
dependencies = [
|
||||
"ab_glyph",
|
||||
"ahash",
|
||||
"backtrace",
|
||||
"bytemuck",
|
||||
"criterion",
|
||||
"document-features",
|
||||
|
||||
Reference in New Issue
Block a user