Format components webvr_traits #21373

This commit is contained in:
chansuke 2018-09-03 22:10:33 +09:00
parent 577830de90
commit 984680714e
2 changed files with 13 additions and 3 deletions

View file

@ -6,7 +6,8 @@
extern crate ipc_channel;
extern crate msg;
#[macro_use] extern crate serde;
#[macro_use]
extern crate serde;
pub extern crate rust_webvr_api as webvr;
mod webvr_traits;