Cargo.toml: remove maybe-uninit
This commit is contained in:
parent
23a43c4cdd
commit
647925ceeb
|
@ -18,7 +18,6 @@ raw-window-handle = "0.3.3"
|
||||||
xcb = { version = "0.9", features = ["thread", "xlib_xcb", "dri2"] }
|
xcb = { version = "0.9", features = ["thread", "xlib_xcb", "dri2"] }
|
||||||
x11 = { version = "2.18", features = ["xlib", "xcursor"] }
|
x11 = { version = "2.18", features = ["xlib", "xcursor"] }
|
||||||
xcb-util = { version = "0.3", features = ["icccm"] }
|
xcb-util = { version = "0.3", features = ["icccm"] }
|
||||||
maybe-uninit = "2.0"
|
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
nix = "0.18"
|
nix = "0.18"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue