mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 07:31:52 +03:00
8 lines
315 B
Markdown
8 lines
315 B
Markdown
---
|
|
"tauri": patch
|
|
---
|
|
|
|
(internal): allow `wry` dependency to be optional again while keeping default args.
|
|
code that wishes to expose a struct with a default arg should use the `crate::manager::default_args!` macro to declare
|
|
the struct, so that it can automatically feature-gate `DefaultArgs` behind using `wry`.
|