feat: add support for opening links

This commit is contained in:
Stevan Freeborn
2026-02-26 05:04:05 -06:00
parent 65c9036ec9
commit 4383573c8e
3 changed files with 278 additions and 1 deletions
+1
View File
@@ -8,3 +8,4 @@ iced = { version = "0.14.0", features = ["image", "markdown", "highlighter", "to
rfd = "0.17.1"
tokio = { version ="1.49.0", features = ["fs"] }
uuid = { version = "1.19.0", features = ["v4"] }
webbrowser = "1.1.0"