mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Further changes required by Servo
This commit is contained in:
parent
0709e13446
commit
b844a4e992
4 changed files with 4 additions and 3 deletions
|
@ -45,7 +45,7 @@ servo_arc = { path = "../servo_arc" }
|
|||
smallbitvec = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
string_cache = { workspace = true, optional = true }
|
||||
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
|
||||
thin-vec = { workspace = true }
|
||||
time = { workspace = true, optional = true }
|
||||
tokio = { workspace = true }
|
||||
url = { workspace = true, optional = true }
|
||||
|
|
|
@ -77,7 +77,7 @@ string_cache = { version = "0.8", optional = true }
|
|||
style_derive = { path = "../style_derive" }
|
||||
style_traits = { workspace = true }
|
||||
time = "0.1"
|
||||
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
|
||||
thin-vec = { workspace = true }
|
||||
to_shmem = { path = "../to_shmem" }
|
||||
to_shmem_derive = { path = "../to_shmem_derive" }
|
||||
uluru = "3.0"
|
||||
|
|
|
@ -20,4 +20,4 @@ servo_arc = { path = "../servo_arc" }
|
|||
smallbitvec = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
string_cache = { workspace = true, optional = true }
|
||||
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
|
||||
thin-vec = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue