mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
libmsg crate for message interfaces to compositor and engine
This commit is contained in:
parent
68aee00ec4
commit
2253365735
19 changed files with 71 additions and 45 deletions
|
@ -19,6 +19,7 @@ extern mod netsurfcss;
|
|||
extern mod newcss (name = "css");
|
||||
extern mod servo_net (name = "net");
|
||||
extern mod servo_util (name = "util");
|
||||
extern mod servo_msg (name = "msg");
|
||||
extern mod std;
|
||||
|
||||
pub mod dom {
|
||||
|
@ -64,8 +65,6 @@ pub mod html {
|
|||
pub mod hubbub_html_parser;
|
||||
}
|
||||
|
||||
pub mod compositor_interface;
|
||||
pub mod engine_interface;
|
||||
pub mod layout_interface;
|
||||
pub mod script_task;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue