Enable executing JS snippets in the context of the main Servo window and viewing the responses from the Firefox remote console.

This commit is contained in:
Josh Matthews 2014-08-29 16:17:14 -04:00
parent f0f7e98dfa
commit cdb4037ca2
7 changed files with 262 additions and 58 deletions

View file

@ -6,7 +6,9 @@ authors = ["The Servo Project Developers"]
[lib]
name = "devtools"
path = "lib.rs"
crate-type = ["dylib"]
[dependencies.devtools_traits]
path = "../devtools_traits"
[dependencies.msg]
path = "../msg"