mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Dump initial prototype of devtools server into the build. Expect lies if you try to use it for anything real.
This commit is contained in:
parent
5e5f77a354
commit
f0f7e98dfa
19 changed files with 670 additions and 4 deletions
|
@ -32,6 +32,9 @@ path = "../../components/util"
|
|||
[dependencies.style]
|
||||
path = "../../components/style"
|
||||
|
||||
[dependencies.devtools]
|
||||
path = "../../components/devtools"
|
||||
|
||||
[dependencies.azure]
|
||||
git = "https://github.com/servo/rust-azure"
|
||||
|
||||
|
|
|
@ -67,6 +67,7 @@ pub extern "C" fn cef_run_message_loop() {
|
|||
show_debug_borders: false,
|
||||
enable_text_antialiasing: true,
|
||||
trace_layout: false,
|
||||
devtools_server: false,
|
||||
};
|
||||
native::start(0, 0 as *const *const u8, proc() {
|
||||
servo::run(opts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue