mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
7 lines
223 B
Markdown
7 lines
223 B
Markdown
|
---
|
||
|
"tauri-macros": patch
|
||
|
---
|
||
|
|
||
|
`#[command]` now generates a macro instead of a function to allow passing through `Params` and other generics.
|
||
|
`generate_handler!` has been changed to consume the generated `#[command]` macro
|