mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
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:
parent
f0f7e98dfa
commit
cdb4037ca2
7 changed files with 262 additions and 58 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue