diff --git a/Cargo.lock b/Cargo.lock index 2182c709851..9de869b5bde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2529,8 +2529,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "osmesa-src" -version = "18.1.0-devel" -source = "git+https://github.com/servo/osmesa-src#25825d4ca357cdaf540f20fafc545f5aff1aa355" +version = "0.1.0" +source = "git+https://github.com/servo/osmesa-src#2b72bc315664a597887b4bb642294525c79b2ee7" [[package]] name = "osmesa-sys" @@ -3209,7 +3209,7 @@ dependencies = [ "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "libservo 0.0.1", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "osmesa-src 18.1.0-devel (git+https://github.com/servo/osmesa-src)", + "osmesa-src 0.1.0 (git+https://github.com/servo/osmesa-src)", "osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "sig 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "tinyfiledialogs 3.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4529,7 +4529,7 @@ dependencies = [ "checksum openssl-sys 0.9.27 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdc5c4a02e69ce65046f1763a0181107038e02176233acb0b3351d7cc588f9" "checksum ordered-float 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e9a3c8db0fca1fdb34404f0b1286db252f23930b9f7a481e376c16c0d5c309d4" "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" -"checksum osmesa-src 18.1.0-devel (git+https://github.com/servo/osmesa-src)" = "" +"checksum osmesa-src 0.1.0 (git+https://github.com/servo/osmesa-src)" = "" "checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b" "checksum ovr-mobile-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a69b517feac6fc640f0679625defa0998bbcb32871a6901e63063c2abf9c4cbe" "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" diff --git a/ports/servo/Cargo.toml b/ports/servo/Cargo.toml index 335a2a8a5b0..8c54307c03a 100644 --- a/ports/servo/Cargo.toml +++ b/ports/servo/Cargo.toml @@ -59,8 +59,5 @@ winapi = "0.2" user32-sys = "0.2" gdi32-sys = "0.2" -[target.'cfg(target_os = "macos")'.dependencies] -osmesa-src = {git = "https://github.com/servo/osmesa-src"} - -[target.x86_64-unknown-linux-gnu.dependencies] +[target.'cfg(any(target_os = "macos", all(target_arch = "x86_64", target_os = "linux")))'.dependencies] osmesa-src = {git = "https://github.com/servo/osmesa-src"}