Enable dev tools

This commit is contained in:
Connor Yoh 2025-07-10 14:26:28 +01:00
parent 5593fead4f
commit d43054322a

View File

@ -21,7 +21,7 @@ tauri-build = { version = "2.2.0", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
log = "0.4"
tauri = { version = "2.5.0", features = [] }
tauri = { version = "2.5.0", features = ["devtools"] }
tauri-plugin-log = "2.0.0-rc"
tauri-plugin-shell = "2.1.0"
tauri-plugin-fs = "2.0.0"