mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +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
7
components/embedder_traits/lib.rs
Normal file
7
components/embedder_traits/lib.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* 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/. */
|
||||
|
||||
#[macro_use] extern crate lazy_static;
|
||||
|
||||
pub mod resources;
|
Loading…
Add table
Add a link
Reference in a new issue