macroquad 0.3.25

Simple and easy to use graphics library
Documentation
1
2
3
4
pub trait ClipboardObject {
    fn get(&self) -> Option<String>;
    fn set(&mut self, data: &str);
}