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 12d725d commit 3ac6e68Copy full SHA for 3ac6e68
1 file changed
examples/app/src-tauri/src/main.rs
@@ -140,7 +140,8 @@ pub struct Testing {
140
#[allow(deprecated)]
141
fn main() {
142
let builder = Builder::<tauri::Wry>::new()
143
- // .disable_serde_phases() // TODO
+ // This can be used if you don't want per-phase (Serialize/Deserialize) types.
144
+ // .disable_serde_phases()
145
.commands(tauri_specta::collect_commands![
146
hello_world,
147
goodbye_world,
0 commit comments