mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Add option to show a callstack to the widget under the mouse (#3391)
This commit is contained in:
@@ -35,6 +35,7 @@ chrono = { version = "0.4", default-features = false, features = [
|
||||
] }
|
||||
eframe = { version = "0.22.0", path = "../eframe", default-features = false }
|
||||
egui = { version = "0.22.0", path = "../egui", features = [
|
||||
"callstack",
|
||||
"extra_debug_asserts",
|
||||
"log",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user