hecrj / window_clipboard

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

Replace `xcb` with `x11rb` in `clipboard_x11` #11

Closed hecrj closed 3 years ago

hecrj commented 3 years ago

This PR replaces the xcb dependency in clipboard_x11 with x11rb.

xcb is unmaintained and recently a security advisory was released exposing multiple soundness issues.

We can also forbid unsafe code completely in clipboard_x11 now.