mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Replace rust-websocket with ws-rs in the debugger server.
This commit is contained in:
parent
1c26f44cbb
commit
c8c5254f8b
9 changed files with 239 additions and 45 deletions
|
@ -15,6 +15,7 @@ bluetooth_traits = { path = "../bluetooth_traits" }
|
|||
canvas = {path = "../canvas"}
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
compositing = {path = "../compositing"}
|
||||
debugger = {path = "../debugger"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
euclid = "0.10.1"
|
||||
gfx = {path = "../gfx"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue