fix: share copy to clipboard + alert

This commit is contained in:
Felix Roos 2023-11-02 08:29:27 +01:00
parent 2bb45afe5f
commit 8d3ba2a8cd
4 changed files with 104 additions and 2 deletions

View file

@ -17,7 +17,7 @@ tauri-build = { version = "1.4.0", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.0", features = ["fs-all"] }
tauri = { version = "1.4.0", features = [ "dialog-all", "clipboard-write-text", "fs-all"] }
midir = "0.9.1"
tokio = { version = "1.29.0", features = ["full"] }
rosc = "0.10.1"