feat: add tauri devtools feature

This commit is contained in:
SauceyRed 2025-07-06 03:26:41 +02:00
parent 812395bd0c
commit 182d68de17
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -23,6 +23,7 @@ tauri-build = { version = "2", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "2", features = ["devtools"] }
tauri-plugin-http = "2"
#tauri = { version = "2", default-features = false, features = ["common-controls-v6", "x11"] }
#tauri-runtime-verso = { git = "https://github.com/versotile-org/tauri-runtime-verso.git" }