baseview 0.3.1

Low-level windowing system geared towards making audio plugin UIs.
Documentation
1
2
3
4
5
6
7
use crate::platform::x11::window_thread::WindowThreadHandle;

pub type WindowHandle = WindowThreadHandle;

pub fn copy_to_clipboard(_data: &str) {
    todo!()
}