mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
parent
30a31fb744
commit
f625c76d46
3 changed files with 7 additions and 1 deletions
|
@ -45,8 +45,11 @@ pub extern crate script;
|
|||
pub extern crate script_traits;
|
||||
pub extern crate script_layout_interface;
|
||||
pub extern crate servo_config;
|
||||
pub extern crate servo_geometry;
|
||||
pub extern crate servo_url;
|
||||
pub extern crate style;
|
||||
pub extern crate style_traits;
|
||||
pub extern crate webrender_traits;
|
||||
pub extern crate webvr;
|
||||
pub extern crate webvr_traits;
|
||||
|
||||
|
@ -54,7 +57,6 @@ pub extern crate webvr_traits;
|
|||
extern crate webdriver_server;
|
||||
|
||||
extern crate webrender;
|
||||
extern crate webrender_traits;
|
||||
|
||||
#[cfg(feature = "webdriver")]
|
||||
fn webdriver(port: u16, constellation: Sender<ConstellationMsg>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue