mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
requestDevice options (filters and optionalServices)
This commit is contained in:
parent
b01c52c18f
commit
66fbc4ac46
8 changed files with 361 additions and 81 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
extern crate device;
|
||||
extern crate heapsize;
|
||||
extern crate hyper;
|
||||
extern crate image as piston_image;
|
||||
|
@ -40,6 +41,7 @@ use std::thread;
|
|||
use url::Url;
|
||||
use websocket::header;
|
||||
|
||||
pub mod bluetooth_scanfilter;
|
||||
pub mod bluetooth_thread;
|
||||
pub mod hosts;
|
||||
pub mod image_cache_thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue