We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683e62b commit 7109988Copy full SHA for 7109988
pdl-live-react/src-tauri/Cargo.toml
@@ -20,7 +20,7 @@ tauri-build = { version = "2", features = [] }
20
[dependencies]
21
#tauri-plugin-pty= { path = "../../../tauri-plugin-pty" }
22
tauri-plugin-pty= "0.1"
23
-tauri = { version = "2", features = [] }
+tauri = { version = "2", features = ["devtools"] }
24
tauri-plugin-opener = "2"
25
serde = { version = "1", features = ["derive"] }
26
serde_json = "1"
@@ -36,7 +36,3 @@ base64ct = { version = "1.7.1", features = ["alloc"] }
36
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
37
tauri-plugin-cli = "2"
38
tauri-plugin-window-state = "2"
39
-
40
-[profile.release.package.wry]
41
-debug = true
42
-debug-assertions = true
0 commit comments