Update rust-webvr to 0.8

This commit is contained in:
Imanol Fernandez 2017-08-31 00:02:16 +02:00
parent 19cbea23a8
commit 714fe3b88a
7 changed files with 22 additions and 9 deletions

View file

@ -10,6 +10,7 @@ extern crate ipc_channel;
#[macro_use]
extern crate log;
extern crate msg;
extern crate rust_webvr;
extern crate script_traits;
extern crate servo_config;
extern crate webvr_traits;