diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-11-03 14:31:14 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-11-03 16:45:07 +0100 |
commit | 4fbe415e8023538779dc9825e0da8fdc26f46c8f (patch) | |
tree | bed7c172ced1ad86c8666fa3ff73aa48061a1e6c /components/script/lib.rs | |
parent | e3493cdd26f6faab0ddf6503ad19f0af169ad880 (diff) | |
download | servo-4fbe415e8023538779dc9825e0da8fdc26f46c8f.tar.gz servo-4fbe415e8023538779dc9825e0da8fdc26f46c8f.zip |
Split the bluetooth code out from the net crates.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index dd6299aa051..b9a8ddf5637 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -32,6 +32,7 @@ extern crate audio_video_metadata; #[allow(unused_extern_crates)] #[macro_use] extern crate bitflags; +extern crate bluetooth_traits; extern crate canvas_traits; extern crate caseless; extern crate cookie as cookie_rs; |