mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
delegate resource reading to embedder
This commit is contained in:
parent
21517504cb
commit
9fb5795f37
52 changed files with 472 additions and 396 deletions
|
@ -2,10 +2,10 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
extern crate embedder_traits;
|
||||
extern crate ipc_channel;
|
||||
extern crate regex;
|
||||
#[macro_use] extern crate serde;
|
||||
extern crate servo_config;
|
||||
|
||||
pub mod blocklist;
|
||||
pub mod scanfilter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue