mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Update dependencies
This commit is contained in:
parent
c8672ed0af
commit
f679985090
5 changed files with 61 additions and 25 deletions
|
@ -12,7 +12,6 @@ path = "lib.rs"
|
|||
util = {path = "../util"}
|
||||
msg = {path = "../msg"}
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
device = {git = "https://github.com/servo/devices"}
|
||||
heapsize = "0.3.0"
|
||||
heapsize_plugin = "0.1.2"
|
||||
hyper = { version = "0.9", features = [ "serde-serialization" ] }
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
extern crate device;
|
||||
extern crate heapsize;
|
||||
extern crate hyper;
|
||||
extern crate image as piston_image;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue