mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
315 B
315 B
tauri
| 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.