Add blob loader

This commit is contained in:
Zhen Zhang 2016-06-01 10:09:07 +08:00
parent 1bc94c132e
commit 679cf0a5e2
6 changed files with 191 additions and 0 deletions

View file

@ -49,6 +49,7 @@ extern crate webrender_traits;
extern crate websocket;
pub mod about_loader;
pub mod blob_loader;
pub mod bluetooth_thread;
pub mod chrome_loader;
pub mod connector;