Replace rust-websocket with ws-rs in the debugger server.

This commit is contained in:
Eddy Bruel 2016-09-12 12:32:19 +02:00 committed by Anthony Ramine
parent 1c26f44cbb
commit c8c5254f8b
9 changed files with 239 additions and 45 deletions

View file

@ -15,6 +15,7 @@ extern crate bluetooth_traits;
extern crate canvas;
extern crate canvas_traits;
extern crate compositing;
extern crate debugger;
extern crate devtools_traits;
extern crate euclid;
#[cfg(not(target_os = "windows"))]