mirror of
https://github.com/servo/servo.git
synced 2025-08-25 23:28:21 +01:00
Revert "Glutin update: dependencies update"
This reverts commit 30fb18e711
.
This commit is contained in:
parent
8606af4104
commit
60688da71a
12 changed files with 304 additions and 505 deletions
|
@ -46,13 +46,13 @@ bitflags = "1.0"
|
|||
crossbeam-channel = "0.3"
|
||||
euclid = "0.19"
|
||||
gleam = "0.6"
|
||||
glutin = "0.21.0"
|
||||
glutin = "0.19"
|
||||
keyboard-types = "0.4.3"
|
||||
lazy_static = "1"
|
||||
libservo = {path = "../../components/servo"}
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
rust-webvr = { version = "0.11", features = ["glwindow"] }
|
||||
rust-webvr = { version = "=0.11.0", features = ["glwindow"] }
|
||||
tinyfiledialogs = "3.0"
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies]
|
||||
|
|
|
@ -23,7 +23,7 @@ winapi = "0.3.2"
|
|||
libloading = "0.5"
|
||||
|
||||
[build-dependencies]
|
||||
gl_generator = "0.11"
|
||||
gl_generator = "0.10"
|
||||
|
||||
[features]
|
||||
default = ["unstable", "default-except-unstable"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue