mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Use the correct log crate and setup env_logger in main.
This commit is contained in:
parent
78665336e6
commit
00e8e5f77d
35 changed files with 95 additions and 16 deletions
|
@ -23,5 +23,6 @@ path = "../msg"
|
|||
git = "https://github.com/servo/rust-stb-image"
|
||||
|
||||
[dependencies]
|
||||
log = "*"
|
||||
url = "0.2.35"
|
||||
hyper = "0.5"
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#![feature(box_syntax)]
|
||||
#![feature(collections)]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(slice_patterns)]
|
||||
#![feature(step_by)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue