feat: add tauri http plugin

This commit is contained in:
SauceyRed 2025-07-06 03:26:23 +02:00
parent 17bea40d9a
commit 812395bd0c
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7
9 changed files with 833 additions and 6 deletions

View file

@ -23,7 +23,7 @@ tauri-build = { version = "2", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "2", features = [] }
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" }