Support package-prefs.json for libsimpleservo

This commit is contained in:
Paul Rouget 2020-07-17 08:30:11 +02:00
parent b17a302356
commit b8d6b1d52d
6 changed files with 47 additions and 12 deletions

View file

@ -5,6 +5,12 @@
"linux": {},
"android": {},
"windows": {},
"hololens": {
"_comment": "settings specific to Hololens/UWP builds",
"devtools.server.enabled": true,
"dom.webxr.enabled": true,
"shell.homepage": "https://servo.org/hl-home/"
},
"vr": {
"_comment": "settings specific to VR builds",
"dom.webvr.enabled": true,

View file

@ -1,4 +1,6 @@
{
"devtools.server.enabled": false,
"devtools.server.port": 0,
"dom.bluetooth.enabled": false,
"dom.bluetooth.testing.enabled": false,
"dom.canvas_capture.enabled": false,