diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2015-05-18 12:26:46 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2015-05-18 12:26:46 -0400 |
commit | 5ce23cd36cb20539ff2219f2213cacbb8b08ae09 (patch) | |
tree | a3699d70b7f638300837dfd1f82c3231390ec25a | |
parent | 90aacf00f866c7ef3b858d84585bd5142f74c9ee (diff) | |
download | servo-5ce23cd36cb20539ff2219f2213cacbb8b08ae09.tar.gz servo-5ce23cd36cb20539ff2219f2213cacbb8b08ae09.zip |
update glutin repo ref
-rw-r--r-- | components/servo/Cargo.lock | 2 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 3202bcf3859..fc3bf6baa8b 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -431,7 +431,7 @@ dependencies = [ [[package]] name = "glutin" version = "0.0.26" -source = "git+https://github.com/servo/glutin?branch=servo#b28f35aa5b06e7d34ada307a5a1b1e9b9de697a1" +source = "git+https://github.com/servo/glutin?branch=servo#33f26a11d73cb4a3969059c57471f9f7b151dc1d" dependencies = [ "android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "gdi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index ce8b96337e1..1630fcca163 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "glutin" version = "0.0.26" -source = "git+https://github.com/servo/glutin?branch=servo#b28f35aa5b06e7d34ada307a5a1b1e9b9de697a1" +source = "git+https://github.com/servo/glutin?branch=servo#33f26a11d73cb4a3969059c57471f9f7b151dc1d" dependencies = [ "android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "gdi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |