hecrj / window_clipboard

A library to obtain clipboard access from a `raw-window-handle`.
MIT License
21 stars 30 forks source link

Raw window handle 0.6 #24

Closed ids1024 closed 9 months ago

ids1024 commented 9 months ago

Includes https://github.com/hecrj/window_clipboard/pull/23. So there are no outdated dependencies.

Currently connect is unsafe, so it doesn't enforce the lifetime of the display. (It already was unsafe, it just wasn't marked as such.)

Closes #23.