add input context menu helper

We are going to want this in more places

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-06-10 07:23:55 -07:00
parent c6045279dd
commit 9033383a29
9 changed files with 82 additions and 27 deletions

3
Cargo.lock generated
View File

@@ -3300,6 +3300,7 @@ dependencies = [
"bitflags 2.9.0",
"blurhash",
"egui",
"egui-winit",
"egui_extras",
"ehttp",
"enostr",
@@ -3309,6 +3310,8 @@ dependencies = [
"notedeck",
"poll-promise",
"profiling",
"strum",
"strum_macros",
"tokio",
"tracing",
]