mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
geckolib: Remove unused crates.
This commit is contained in:
parent
396fb62ca8
commit
75fa30c994
3 changed files with 0 additions and 6 deletions
|
@ -13,11 +13,9 @@ crate-type = ["staticlib", "rlib"]
|
|||
bindgen = ["style/use_bindgen"]
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.4"
|
||||
atomic_refcell = "0.1"
|
||||
cssparser = "0.12"
|
||||
env_logger = {version = "0.4", default-features = false} # disable `regex` to reduce code size
|
||||
euclid = "0.11"
|
||||
lazy_static = "0.2"
|
||||
libc = "0.2"
|
||||
log = {version = "0.3.5", features = ["release_max_level_info"]}
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
|
||||
#![deny(warnings)]
|
||||
|
||||
extern crate app_units;
|
||||
extern crate atomic_refcell;
|
||||
extern crate cssparser;
|
||||
extern crate env_logger;
|
||||
extern crate euclid;
|
||||
#[macro_use] extern crate lazy_static;
|
||||
extern crate libc;
|
||||
#[macro_use] extern crate log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue