From 182d68de17af5fb958f141056a399c0e3b036605 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Sun, 6 Jul 2025 03:26:41 +0200 Subject: [PATCH] feat: add tauri devtools feature --- src-tauri/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 50f4be5..a295842 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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" }