mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-27 21:16:22 +03:00
8 lines
228 B
Markdown
8 lines
228 B
Markdown
|
---
|
||
|
"tauri": "patch:feat"
|
||
|
"tauri-utils": "patch:feat"
|
||
|
"tauri-macros": "patch:feat"
|
||
|
---
|
||
|
|
||
|
Add `include_image` macro to help embedding instances of `Image` struct at compile-time in rust to be used with window, menu or tray icons.
|