aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDaggerbot <daggerbot@gmail.com>2015-05-07 11:20:25 +0000
committerDaggerbot <daggerbot@gmail.com>2015-05-07 11:20:25 +0000
commit68aff5ba0d09953549e005f06c5f3541f81af8e9 (patch)
tree219b1ad801832f39e6fb14fa1c3fe8659d8aa67d /src/lib.rs
parent5e2001791d70b71ee97ed88ac28067e74dafd92d (diff)
downloadglutin-68aff5ba0d09953549e005f06c5f3541f81af8e9.tar.gz
glutin-68aff5ba0d09953549e005f06c5f3541f81af8e9.zip
Using x11_dl instead of x11.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 974ef0b..d1d52fc 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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};