use open instead of egui OpenUrl for mailto link

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-10-28 16:59:21 -04:00
parent 1476be48cc
commit 503b7edeb5
5 changed files with 58 additions and 60 deletions

View File

@@ -46,6 +46,7 @@ indexmap = "2.6.0"
dirs = "5.0.1"
tracing-appender = "0.2.3"
urlencoding = "2.1.3"
open = "5.3.0"
[dev-dependencies]
tempfile = "3.13.0"