mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add dom.webxr.hand feature
This commit is contained in:
parent
d4a90b12a8
commit
6ad3e0c047
2 changed files with 5 additions and 0 deletions
|
@ -299,6 +299,10 @@ mod gen {
|
|||
test: bool,
|
||||
#[serde(default)]
|
||||
glwindow: bool,
|
||||
hands: {
|
||||
#[serde(default)]
|
||||
enabled: bool,
|
||||
},
|
||||
layers: {
|
||||
enabled: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue