mirror of
https://github.com/TommyFang2077/dsh-desktop.git
synced 2026-08-17 09:06:36 +08:00
feat: add mainland-reachable desktop distribution
This commit is contained in:
@@ -22,6 +22,7 @@ dsh-core = { path = "../crates/dsh-core" }
|
||||
tauri = { version = "2", features = ["devtools"] }
|
||||
tauri-plugin-opener = "2"
|
||||
tauri-plugin-single-instance = "2"
|
||||
tauri-plugin-updater = "2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
arboard = { version = "3", features = ["wayland-data-control"] }
|
||||
@@ -34,3 +35,4 @@ env_logger = "0.11"
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
gdk = "0.18"
|
||||
gtk = "0.18"
|
||||
webkit2gtk = { version = "=2.0.2", features = ["v2_38"] }
|
||||
|
||||
Reference in New Issue
Block a user