aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-12-05 11:54:56 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2016-02-09 14:25:21 +0100
commit982279bc39737af0ba8ee712b744cc3335b001b0 (patch)
treea0510c0191fd5dd72bafeaecdc9c17975aeac823 /src/lib.rs
parent03ca5d5216df371d4146717accb2cd609a76e6a8 (diff)
downloadglutin-982279bc39737af0ba8ee712b744cc3335b001b0.tar.gz
glutin-982279bc39737af0ba8ee712b744cc3335b001b0.zip
Update the emscripten port of glutin
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 2bd7fe3..a27aa72 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -54,7 +54,7 @@ extern crate cocoa;
extern crate core_foundation;
#[cfg(target_os = "macos")]
extern crate core_graphics;
-#[cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly"))]
+#[cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd"))]
extern crate x11_dl;
#[cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly"))]
#[macro_use(wayland_env)]