mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
Replace servo-websocket by ws
This is heavily based on previous work done in #16012. Fixes #14517
This commit is contained in:
parent
e40feab22f
commit
2e11bc10fb
5 changed files with 178 additions and 648 deletions
|
@ -40,7 +40,7 @@ extern crate unicase;
|
|||
extern crate url;
|
||||
extern crate uuid;
|
||||
extern crate webrender_api;
|
||||
extern crate websocket;
|
||||
extern crate ws;
|
||||
|
||||
mod blob_loader;
|
||||
pub mod connector;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue