Using x11_dl instead of x11.
This commit is contained in:
parent
5e2001791d
commit
68aff5ba0d
3 changed files with 8 additions and 17 deletions
|
|
@ -1,7 +1,7 @@
|
|||
pub use x11::keysym::*;
|
||||
pub use x11::xcursor::*;
|
||||
pub use x11::xf86vmode::*;
|
||||
pub use x11::xlib::*;
|
||||
pub use x11_dl::keysym::*;
|
||||
pub use x11_dl::xcursor::*;
|
||||
pub use x11_dl::xf86vmode::*;
|
||||
pub use x11_dl::xlib::*;
|
||||
|
||||
pub use self::glx::types::GLXContext;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue