mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update keyboard-types.
This commit is contained in:
parent
ffb6b5d5d8
commit
471650ba90
12 changed files with 13 additions and 13 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3096,9 +3096,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "keyboard-types"
|
name = "keyboard-types"
|
||||||
version = "0.5.0"
|
version = "0.6.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a989afac88279b0482f402d234b5fbd405bf1ad051308595b58de4e6de22346b"
|
checksum = "0b7668b7cff6a51fe61cdde64cd27c8a220786f399501b57ebe36f7d8112fd68"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
@ -24,7 +24,7 @@ gfx_traits = { path = "../gfx_traits" }
|
||||||
gleam = { version = "0.12", optional = true }
|
gleam = { version = "0.12", optional = true }
|
||||||
image = "0.23"
|
image = "0.23"
|
||||||
ipc-channel = "0.14"
|
ipc-channel = "0.14"
|
||||||
keyboard-types = "0.5"
|
keyboard-types = "0.6"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
msg = { path = "../msg" }
|
msg = { path = "../msg" }
|
||||||
|
|
|
@ -25,7 +25,7 @@ gfx_traits = { path = "../gfx_traits" }
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
headers = "0.3"
|
headers = "0.3"
|
||||||
ipc-channel = "0.14"
|
ipc-channel = "0.14"
|
||||||
keyboard-types = "0.5"
|
keyboard-types = "0.6"
|
||||||
layout_traits = { path = "../layout_traits" }
|
layout_traits = { path = "../layout_traits" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
media = { path = "../media" }
|
media = { path = "../media" }
|
||||||
|
|
|
@ -13,7 +13,7 @@ path = "lib.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossbeam-channel = "0.4"
|
crossbeam-channel = "0.4"
|
||||||
ipc-channel = "0.14"
|
ipc-channel = "0.14"
|
||||||
keyboard-types = "0.5"
|
keyboard-types = "0.6"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
msg = { path = "../msg" }
|
msg = { path = "../msg" }
|
||||||
|
|
|
@ -36,7 +36,7 @@ euclid = "0.20"
|
||||||
hashglobe = { path = "../hashglobe" }
|
hashglobe = { path = "../hashglobe" }
|
||||||
http = { version = "0.2", optional = true }
|
http = { version = "0.2", optional = true }
|
||||||
hyper_serde = { version = "0.12", optional = true }
|
hyper_serde = { version = "0.12", optional = true }
|
||||||
keyboard-types = { version = "0.5", optional = true }
|
keyboard-types = { version = "0.6", optional = true }
|
||||||
selectors = { path = "../selectors" }
|
selectors = { path = "../selectors" }
|
||||||
serde = { version = "1.0.27", optional = true }
|
serde = { version = "1.0.27", optional = true }
|
||||||
serde_bytes = { version = "0.11", optional = true }
|
serde_bytes = { version = "0.11", optional = true }
|
||||||
|
|
|
@ -64,7 +64,7 @@ ipc-channel = "0.14"
|
||||||
itertools = "0.8"
|
itertools = "0.8"
|
||||||
js = { package = "mozjs", git = "https://github.com/servo/rust-mozjs" }
|
js = { package = "mozjs", git = "https://github.com/servo/rust-mozjs" }
|
||||||
jstraceable_derive = { path = "../jstraceable_derive" }
|
jstraceable_derive = { path = "../jstraceable_derive" }
|
||||||
keyboard-types = "0.5"
|
keyboard-types = "0.6"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
|
@ -24,7 +24,7 @@ headers = "0.3"
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
hyper_serde = "0.12"
|
hyper_serde = "0.12"
|
||||||
ipc-channel = "0.14"
|
ipc-channel = "0.14"
|
||||||
keyboard-types = "0.5"
|
keyboard-types = "0.6"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
malloc_size_of = { path = "../malloc_size_of" }
|
malloc_size_of = { path = "../malloc_size_of" }
|
||||||
|
|
|
@ -56,7 +56,7 @@ gfx_traits = { path = "../gfx_traits" }
|
||||||
gleam = "0.12"
|
gleam = "0.12"
|
||||||
gstreamer = { version = "0.15", features = ["v1_16"], optional = true }
|
gstreamer = { version = "0.15", features = ["v1_16"], optional = true }
|
||||||
ipc-channel = "0.14"
|
ipc-channel = "0.14"
|
||||||
keyboard-types = "0.5"
|
keyboard-types = "0.6"
|
||||||
layout_thread_2013 = { path = "../layout_thread", optional = true }
|
layout_thread_2013 = { path = "../layout_thread", optional = true }
|
||||||
layout_thread_2020 = { path = "../layout_thread_2020", optional = true }
|
layout_thread_2020 = { path = "../layout_thread_2020", optional = true }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
|
@ -20,7 +20,7 @@ headers = "0.3"
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
image = "0.23"
|
image = "0.23"
|
||||||
ipc-channel = "0.14"
|
ipc-channel = "0.14"
|
||||||
keyboard-types = "0.5"
|
keyboard-types = "0.6"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
msg = { path = "../msg" }
|
msg = { path = "../msg" }
|
||||||
net_traits = { path = "../net_traits" }
|
net_traits = { path = "../net_traits" }
|
||||||
|
|
|
@ -19,7 +19,7 @@ lazy_static = "1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
simpleservo = { path = "../api" }
|
simpleservo = { path = "../api" }
|
||||||
surfman = "0.4"
|
surfman = "0.4"
|
||||||
keyboard-types = "0.5"
|
keyboard-types = "0.6"
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.dependencies]
|
[target.'cfg(target_os = "windows")'.dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
|
@ -50,7 +50,7 @@ backtrace = "0.3"
|
||||||
clipboard = "0.5"
|
clipboard = "0.5"
|
||||||
euclid = "0.20"
|
euclid = "0.20"
|
||||||
getopts = "0.2.11"
|
getopts = "0.2.11"
|
||||||
keyboard-types = "0.5"
|
keyboard-types = "0.6"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
libservo = { path = "../../components/servo" }
|
libservo = { path = "../../components/servo" }
|
||||||
|
|
|
@ -11,6 +11,6 @@ path = "lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
euclid = "0.20"
|
euclid = "0.20"
|
||||||
keyboard-types = "0.5"
|
keyboard-types = "0.6"
|
||||||
script = {path = "../../../components/script"}
|
script = {path = "../../../components/script"}
|
||||||
servo_url = {path = "../../../components/url"}
|
servo_url = {path = "../../../components/url"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue