mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Restructure package-specific preferences, add support for VR-only prefs
This commit is contained in:
parent
2625950ac2
commit
6eb396874a
2 changed files with 22 additions and 8 deletions
|
@ -1,3 +1,12 @@
|
|||
{
|
||||
"_comment": "this file is used to add some specific preferences to the Servo package (nightly builds)"
|
||||
"_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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue