mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Upgrade to latest stb_image 0.2.1 crates.io
This commit is contained in:
parent
e89dd05a16
commit
d0fd7c83f6
5 changed files with 15 additions and 19 deletions
|
@ -13,9 +13,6 @@ path = "../util"
|
|||
[dependencies.msg]
|
||||
path = "../msg"
|
||||
|
||||
[dependencies.stb_image]
|
||||
git = "https://github.com/servo/rust-stb-image"
|
||||
|
||||
[dependencies.ipc-channel]
|
||||
git = "https://github.com/servo/ipc-channel"
|
||||
|
||||
|
@ -29,5 +26,6 @@ hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
|||
image = "0.5.0"
|
||||
serde = "0.6"
|
||||
serde_macros = "0.6"
|
||||
stb_image = "0.2"
|
||||
url = "0.5.2"
|
||||
websocket = "0.14.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue