diff options
Diffstat (limited to 'components/canvas/Cargo.toml')
-rw-r--r-- | components/canvas/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml index 03a77826ac7..bdcb93b8507 100644 --- a/components/canvas/Cargo.toml +++ b/components/canvas/Cargo.toml @@ -37,3 +37,4 @@ servo_config = {path = "../config"} webrender = {git = "https://github.com/servo/webrender"} webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]} webrender_traits = {path = "../webrender_traits"} +webxr-api = {git = "https://github.com/servo/webxr", features = ["ipc"]} |