mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
315 B
315 B
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
.