iced/src/clipboard.rs
2021-09-02 15:12:55 +07:00

3 lines
112 B
Rust

//! Access the clipboard.
#[cfg(not(target_arch = "wasm32"))]
pub use crate::runtime::clipboard::{read, write};