Handle clipboard::Action in iced_winit shell
This commit is contained in:
parent
76698ff2b5
commit
c9711ff48f
5 changed files with 57 additions and 17 deletions
|
|
@ -1,3 +1,6 @@
|
|||
//! Access the clipboard.
|
||||
pub use iced_native::clipboard::Action;
|
||||
|
||||
/// A buffer for short-term storage and transfer within and between
|
||||
/// applications.
|
||||
#[allow(missing_debug_implementations)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue