mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +02:00
489 B
489 B
clipboard-manager
| clipboard-manager |
|---|
| patch |
Refactored the clipboard Rust APIs for more clarity and consistency:
- Changed
Clipboard::write_textto take a string type instead of an enum. - Changed
Clipboard::read_textto return a string type instead of an enum. - Changed
Clipboard::write_htmlto take 2 string arguments instead of an enum. - Changed
Clipboard::write_imageto take a reference to atauri::Imageinstead of an enum. - Removed
ClipKindandClipboardContentsenums.