iced 0.4.2

A cross-platform GUI library inspired by Elm
Documentation
1
2
3
//! Access the clipboard.
#[cfg(not(target_arch = "wasm32"))]
pub use crate::runtime::clipboard::{read, write};