diff --git a/Cargo.toml b/Cargo.toml index 24899c8..d98d34f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "layers" -version = "0.2.4" +version = "0.2.5" authors = ["The Servo Project Developers"] license = "MIT/Apache-2.0" @@ -15,7 +15,7 @@ rustc-serialize = "0.3.16" log = "0.3.4" gleam = "0.2" euclid = "0.6.2" -servo-skia = "=0.20130412.6" +servo-skia = "0.20130412.8" azure = { git = "https://github.com/servo/rust-azure" } [dependencies.heapsize] @@ -31,25 +31,10 @@ core-foundation = "0.2.0" cgl = "0.1" io-surface = "0.2.0" -[target.i686-unknown-linux-gnu.dependencies] -glx = "0.1.0" -servo-egl = "0.2" -x11 = { version = "2.3.0", features = ["xlib"] } - -[target.x86_64-unknown-linux-gnu.dependencies] -glx = "0.1.0" -servo-egl = "0.2" -x11 = { version = "2.3.0", features = ["xlib"] } - -[target.arm-unknown-linux-gnueabihf.dependencies] -glx = "0.1.0" -servo-egl = "0.2" -x11 = { version = "2.3.0", features = ["xlib"] } - -[target.aarch64-unknown-linux-gnu.dependencies] +[target.'cfg(target_os = "linux")'.dependencies] glx = "0.1.0" servo-egl = "0.2" x11 = { version = "2.3.0", features = ["xlib"] } [target.arm-linux-androideabi.dependencies] -servo-egl = "0.2" \ No newline at end of file +servo-egl = "0.2"