Skip to content

Commit 5b8915a

Browse files
committed
fix: add devtools feature to Tauri
1 parent 9f2733f commit 5b8915a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
1818
tauri-build = { version = "2", features = [] }
1919

2020
[dependencies]
21-
tauri = { version = "2", features = ["protocol-asset", "tray-icon"] }
21+
tauri = { version = "2", features = ["protocol-asset", "tray-icon", "devtools"] }
2222
tauri-plugin-opener = "2"
2323
serde = { version = "1", features = ["derive"] }
2424
serde_json = "1"

0 commit comments

Comments
 (0)