refactor(window): reference winit where applicable

- relates with #20299
This commit is contained in:
OJ Kwon 2018-03-14 18:20:46 -07:00
parent 46a8e7184b
commit ecb465bd65
No known key found for this signature in database
GPG key ID: 6C23A45602A44DA6
4 changed files with 33 additions and 28 deletions

1
Cargo.lock generated
View file

@ -2681,6 +2681,7 @@ dependencies = [
"user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender_api 0.57.0 (git+https://github.com/servo/webrender)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winit 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
"x11 2.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
]