This commit is contained in:
fengchuanhn@gmail.com
2026-05-21 01:53:54 +08:00
parent 54f080fbc1
commit 14cf9b7bf5
6 changed files with 134 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = ["protocol-asset"] }
tauri = { version = "2", features = ["protocol-asset", "image-png"] }
tauri-plugin-opener = "2"
tauri-plugin-dialog = "2"
serde = { version = "1", features = ["derive"] }