mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
233 B
233 B
tauri
| tauri |
|---|
| patch |
Adds the default types used with Builder::default() to items that expose Params in their type. This allows you to
skip specifying a generic parameter to types like Window<P> if you use the default type.