We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b729ab9 commit e7a429eCopy full SHA for e7a429e
README.md
@@ -24,7 +24,7 @@ at solving this without changing too much about how the commands are defined.
24
version = "0.1.0"
25
26
[dependencies]
27
- tauri-ipc-macros = { version = "0.1.2", git = "https://github.com/jvatic/tauri-bindgen-rs-macros.git" }
+ tauri-ipc-macros = { version = "0.1.2", git = "https://github.com/jvatic/tauri-ipc-macros.git" }
28
serde = { version = "1.0.204", features = ["derive"] }
29
serde-wasm-bindgen = "0.6"
30
wasm-bindgen = "0.2"
0 commit comments