diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2020-04-24 09:12:58 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2020-04-27 17:35:48 -0700 |
commit | c89dc821ba8c5aa696024ac0fd41816ad5c3b68b (patch) | |
tree | 49890162c5eb23d790985a86c718fa38cee5805a /python/tidy | |
parent | 6ad3e0c047051c3d3ec60839ef72c545e5aac873 (diff) | |
download | servo-c89dc821ba8c5aa696024ac0fd41816ad5c3b68b.tar.gz servo-c89dc821ba8c5aa696024ac0fd41816ad5c3b68b.zip |
Add XRHand interface
Diffstat (limited to 'python/tidy')
-rw-r--r-- | python/tidy/servo_tidy/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py index cfeef216869..168ff0a9b6c 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -102,6 +102,7 @@ WEBIDL_STANDARDS = [ b"//webaudio.github.io", b"//immersive-web.github.io/", b"//github.com/immersive-web/webxr-test-api/", + b"//github.com/immersive-web/webxr-hands-input/", b"//gpuweb.github.io", # Not a URL b"// This interface is entirely internal to Servo, and should not be" + |