mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Configure devtools server via preferences
This commit is contained in:
parent
b8d6b1d52d
commit
2c36754bf7
5 changed files with 42 additions and 12 deletions
|
@ -123,6 +123,12 @@ mod gen {
|
|||
},
|
||||
},
|
||||
},
|
||||
devtools: {
|
||||
server: {
|
||||
enabled: bool,
|
||||
port: i64,
|
||||
},
|
||||
},
|
||||
dom: {
|
||||
webgpu: {
|
||||
enabled: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue