AltF02 / x11-rs

Rust bindings for X11 libraries
https://docs.rs/x11
MIT License
207 stars 66 forks source link

Remove maybe-uninit dependency #138

Closed est31 closed 3 years ago

est31 commented 3 years ago

This removes the dependency on the maybe-uninit crate as it's not needed any more.

cc #102

AltF02 commented 3 years ago

Cheers