macos: emulate double / triple click (#338)

This commit is contained in:
Ferdinand Schober
2025-10-29 17:46:15 +01:00
committed by GitHub
parent 99c8bc5567
commit 057f6e2567
2 changed files with 59 additions and 20 deletions

View File

@@ -21,6 +21,7 @@ tokio = { version = "1.32.0", features = [
"rt",
"sync",
"signal",
"time"
] }
once_cell = "1.19.0"