Add dom.webxr.hand feature

This commit is contained in:
Manish Goregaokar 2020-04-24 09:03:41 -07:00
parent d4a90b12a8
commit 6ad3e0c047
2 changed files with 5 additions and 0 deletions

View file

@ -299,6 +299,10 @@ mod gen {
test: bool,
#[serde(default)]
glwindow: bool,
hands: {
#[serde(default)]
enabled: bool,
},
layers: {
enabled: bool,
}