mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 21:00:04 -04:00
Using x11_dl instead of x11.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ extern crate core_foundation;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate glutin_core_graphics as core_graphics;
|
||||
#[cfg(any(target_os = "linux", target_os = "freebsd"))]
|
||||
extern crate x11;
|
||||
extern crate x11_dl;
|
||||
|
||||
pub use events::*;
|
||||
pub use headless::{HeadlessRendererBuilder, HeadlessContext};
|
||||
|
||||
Reference in New Issue
Block a user