diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2016-12-14 10:13:18 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-04-18 20:08:02 +0200 |
commit | a807fa8ec17eb9ebe4c397cabc1d6941238271e4 (patch) | |
tree | 536b5bb5703f036896f92fc0d205bf7ca8b8c1a5 | |
parent | a754c10e79ef237b500bbf173eb7ba43529e51eb (diff) | |
download | servo-osmesa-up.tar.gz servo-osmesa-up.zip |
OSMesa up.osmesa-up
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | ports/glutin/Cargo.toml | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index 900d1770819..f08eaa7adda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,7 +1070,7 @@ dependencies = [ "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", - "osmesa-src 12.0.1 (git+https://github.com/servo/osmesa-src)", + "osmesa-src 17.2.0-devel (git+https://github.com/emilio/osmesa-src?branch=osmesaup)", "osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "script_traits 0.0.1", "servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1940,8 +1940,8 @@ dependencies = [ [[package]] name = "osmesa-src" -version = "12.0.1" -source = "git+https://github.com/servo/osmesa-src#42509fbd70d0e54e1278849b771ea1cb1c3386f4" +version = "17.2.0-devel" +source = "git+https://github.com/emilio/osmesa-src?branch=osmesaup#e25bc4dfc593cc6c9f4432fed150764cbec08a62" [[package]] name = "osmesa-sys" @@ -3473,7 +3473,7 @@ dependencies = [ "checksum openssl 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8aa0eb7aad44f0da6f7dda13ddb4559d91a0f40cfab150b1f76ad5b39ec523f" "checksum openssl-sys 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "14f5bfd12054d764510b887152d564ba11d99ae24ea7d740781778f646620576" "checksum ordered-float 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da12c96037889ae0be29dd2bdd260e5a62a7df24e6466d5a15bb8131c1c200a8" -"checksum osmesa-src 12.0.1 (git+https://github.com/servo/osmesa-src)" = "<none>" +"checksum osmesa-src 17.2.0-devel (git+https://github.com/emilio/osmesa-src?branch=osmesaup)" = "<none>" "checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b" "checksum owning_ref 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9d52571ddcb42e9c900c901a18d8d67e393df723fcd51dd59c5b1a85d0acb6cc" "checksum parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "fa12d706797d42551663426a45e2db2e0364bd1dbf6aeada87e89c5f981f43e9" diff --git a/ports/glutin/Cargo.toml b/ports/glutin/Cargo.toml index 19b27bf478f..7b833232eb3 100644 --- a/ports/glutin/Cargo.toml +++ b/ports/glutin/Cargo.toml @@ -39,7 +39,7 @@ user32-sys = "0.2" gdi32-sys = "0.2" [target.'cfg(target_os = "macos")'.dependencies] -osmesa-src = {git = "https://github.com/servo/osmesa-src"} +osmesa-src = {git = "https://github.com/emilio/osmesa-src", branch = "osmesaup"} [target.x86_64-unknown-linux-gnu.dependencies] -osmesa-src = {git = "https://github.com/servo/osmesa-src"} +osmesa-src = {git = "https://github.com/emilio/osmesa-src", branch = "osmesaup"} |