mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
13 lines
313 B
JSON
13 lines
313 B
JSON
{
|
|
"_comment": "this file is used to add some specific preferences to the Servo package (nightly builds)",
|
|
"all": {},
|
|
"macosx": {},
|
|
"linux": {},
|
|
"android": {},
|
|
"windows": {},
|
|
"vr": {
|
|
"_comment": "settings specific to VR builds",
|
|
"dom.webvr.enabled": true,
|
|
"dom.webxr.enabled": true
|
|
}
|
|
}
|