feat: add tauri devtools feature
This commit is contained in:
parent
812395bd0c
commit
182d68de17
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ tauri-build = { version = "2", features = [] }
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
tauri = { version = "2", features = ["devtools"] }
|
||||||
tauri-plugin-http = "2"
|
tauri-plugin-http = "2"
|
||||||
#tauri = { version = "2", default-features = false, features = ["common-controls-v6", "x11"] }
|
#tauri = { version = "2", default-features = false, features = ["common-controls-v6", "x11"] }
|
||||||
#tauri-runtime-verso = { git = "https://github.com/versotile-org/tauri-runtime-verso.git" }
|
#tauri-runtime-verso = { git = "https://github.com/versotile-org/tauri-runtime-verso.git" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue