mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
servo: Update Glutin to pick up event handling fixes
This commit is contained in:
parent
acbca7b3aa
commit
91ce54f38a
2 changed files with 2 additions and 2 deletions
2
components/servo/Cargo.lock
generated
2
components/servo/Cargo.lock
generated
|
@ -518,7 +518,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "glutin"
|
name = "glutin"
|
||||||
version = "0.0.26"
|
version = "0.0.26"
|
||||||
source = "git+https://github.com/servo/glutin?branch=servo#f42617bf1fdb4aed14e4f391715a73dbc22fe710"
|
source = "git+https://github.com/servo/glutin?branch=servo#b22056cc75602e2e8cecba605b93a4e52a99a2a2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"cocoa 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cocoa 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
2
ports/cef/Cargo.lock
generated
2
ports/cef/Cargo.lock
generated
|
@ -510,7 +510,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "glutin"
|
name = "glutin"
|
||||||
version = "0.0.26"
|
version = "0.0.26"
|
||||||
source = "git+https://github.com/servo/glutin?branch=servo#f42617bf1fdb4aed14e4f391715a73dbc22fe710"
|
source = "git+https://github.com/servo/glutin?branch=servo#b22056cc75602e2e8cecba605b93a4e52a99a2a2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"cocoa 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cocoa 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue