RustAudio / baseview

low-level window system interface for audio plugin UIs
Apache License 2.0
274 stars 57 forks source link

switch from xcb crate to xcb-sys #93

Closed glowcoil closed 10 months ago

glowcoil commented 10 months ago

Closing this as there are better options now. The latest version of the xcb crate seems to have largely been rewritten and doesn't appear to have the same soundness issues anymore, and if we're updating the X11 bindings then x11rb would also be a great option.