mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 12:27:16 +03:00
77b9a508a4
* feat(api): add `Image` class * clippy * license headers * small cleanup * fixes * code review * readd from_png_bytes and from_ico_bytes --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
7 lines
102 B
Markdown
7 lines
102 B
Markdown
---
|
|
'tauri': 'minor:feat'
|
|
'@tauri-apps/api': 'minor:feat'
|
|
---
|
|
|
|
Add a new `Image` type in Rust and JS.
|