feat: add deep linking support

This commit is contained in:
Alice Carroll
2024-09-05 02:09:51 +03:00
parent c8c0c86c96
commit a643dc0956
7 changed files with 106 additions and 3 deletions

View File

@@ -18,4 +18,5 @@ tauri-build = { version = "2.0.0-rc.6", features = [] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri = { version = "2.0.0-rc.6", features = [] }
tauri-plugin-deep-link = "2.0.0-rc"
tauri-plugin-fs = { version = "2.0.0-rc.1", features = ["watch"] }