diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2020-04-08 14:29:55 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2020-04-19 20:29:14 -0700 |
commit | b6a9e41bb8ebb9640f698d02728f81d77c337b58 (patch) | |
tree | 412dc8f2ebfe9b45c7c755f18bc8726ff7885594 /components/script/dom/mod.rs | |
parent | 7f353033f4aa441934d4511a659f7621692ea634 (diff) | |
download | servo-b6a9e41bb8ebb9640f698d02728f81d77c337b58.tar.gz servo-b6a9e41bb8ebb9640f698d02728f81d77c337b58.zip |
Add stub XRRay
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 9ae4274a194..330f083397b 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -579,6 +579,7 @@ pub mod xrinputsourceschangeevent; pub mod xrlayer; pub mod xrmediabinding; pub mod xrpose; +pub mod xrray; pub mod xrreferencespace; pub mod xrrenderstate; pub mod xrrigidtransform; |