mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
EventSource: decode UTF-8 code points across network packets
This commit is contained in:
parent
6ac106ca76
commit
57438cffeb
4 changed files with 40 additions and 5 deletions
|
@ -89,6 +89,7 @@ swapper = "0.0.4"
|
|||
time = "0.1.12"
|
||||
unicode-segmentation = "1.1.0"
|
||||
url = {version = "1.2", features = ["heap_size", "query_encoding"]}
|
||||
utf-8 = "0.7"
|
||||
uuid = {version = "0.4", features = ["v4"]}
|
||||
xml5ever = {version = "0.7", features = ["unstable"]}
|
||||
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue