diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2016-02-09 14:40:21 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2016-02-09 14:40:21 +0100 |
commit | 75a940d4f1240fff9adeed9b0ff869e9aa0f5814 (patch) | |
tree | a0510c0191fd5dd72bafeaecdc9c17975aeac823 /src/lib.rs | |
parent | 03ca5d5216df371d4146717accb2cd609a76e6a8 (diff) | |
parent | 982279bc39737af0ba8ee712b744cc3335b001b0 (diff) | |
download | glutin-75a940d4f1240fff9adeed9b0ff869e9aa0f5814.tar.gz glutin-75a940d4f1240fff9adeed9b0ff869e9aa0f5814.zip |
Merge pull request #668 from tomaka/emscripten
Update the emscripten port of glutin
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)] |