mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-25 14:53:32 +08:00
build(desktop): enable tauri unstable feature for multiwebview
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1bc65321e0
commit
78565a7478
@ -11,7 +11,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
|
|||||||
tauri-build = { version = "=2.5.6", features = [] }
|
tauri-build = { version = "=2.5.6", features = [] }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tauri = { version = "=2.10.3", features = ["tray-icon"] }
|
tauri = { version = "=2.10.3", features = ["tray-icon", "unstable"] }
|
||||||
tauri-runtime = "=2.10.1"
|
tauri-runtime = "=2.10.1"
|
||||||
tauri-runtime-wry = "=2.10.1"
|
tauri-runtime-wry = "=2.10.1"
|
||||||
tauri-plugin-shell = "2"
|
tauri-plugin-shell = "2"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user