iced-yoda/src/clipboard.rs

4 lines
112 B
Rust
Raw Normal View History

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