mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
move msg to embedder_traits, use in script, handle send error in embedder
This commit is contained in:
parent
a297e8f288
commit
d438240772
31 changed files with 362 additions and 337 deletions
|
@ -14,7 +14,7 @@ extern crate clipboard;
|
|||
extern crate compositing;
|
||||
extern crate debugger;
|
||||
extern crate devtools_traits;
|
||||
#[cfg(all(not(target_os = "windows"), not(target_os = "ios")))]
|
||||
#[cfg(not(target_os = "ios"))]
|
||||
extern crate embedder_traits;
|
||||
extern crate euclid;
|
||||
#[cfg(all(not(target_os = "windows"), not(target_os = "ios")))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue