mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
continue messageport, transferable, postmessage options
This commit is contained in:
parent
c3b17c1201
commit
2f8932a6a1
100 changed files with 2456 additions and 1171 deletions
|
@ -34,6 +34,7 @@ tinyfiledialogs = "3.0"
|
|||
app_units = "0.7"
|
||||
backtrace = {version = "0.3", optional = true}
|
||||
base64 = "0.10.1"
|
||||
bincode = "1"
|
||||
bitflags = "1.0"
|
||||
bluetooth_traits = {path = "../bluetooth_traits"}
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
|
@ -97,7 +98,6 @@ servo_config = {path = "../config"}
|
|||
servo_geometry = {path = "../geometry" }
|
||||
servo-media = {git = "https://github.com/servo/media"}
|
||||
servo_rand = {path = "../rand"}
|
||||
servo_remutex = {path = "../remutex"}
|
||||
servo_url = {path = "../url"}
|
||||
sparkle = "0.1"
|
||||
smallvec = { version = "0.6", features = ["std", "union"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue