remove protocol-asset feature, add app icons

This commit is contained in:
2026-02-19 01:29:50 +02:00
parent 768957103c
commit 0b7532acd3
54 changed files with 10 additions and 1 deletions

View File

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