diff --git a/lib.rs b/lib.rs index f5a4147..787d4b8 100644 --- a/lib.rs +++ b/lib.rs @@ -9,9 +9,11 @@ #[crate_id = "github.com/mozilla-servo/sharegl#0.1"]; +#[feature(phase)]; +#[phase(syntax, link)] extern crate log; + extern crate std; extern crate sync; -extern crate extra; extern crate geom; #[cfg(target_os="macos")]