mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Adding method to detect if image formats should be supported by servo
This commit is contained in:
parent
27e104aa1a
commit
aa601be329
5 changed files with 123 additions and 46 deletions
7
tests/unit/net_traits/lib.rs
Normal file
7
tests/unit/net_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/. */
|
||||
|
||||
extern crate net_traits;
|
||||
|
||||
#[cfg(test)] mod image;
|
Loading…
Add table
Add a link
Reference in a new issue