mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Use piston_image instead of stb_image for decoding JPEGs
Bump image to 0.7
This commit is contained in:
parent
62814f7cb4
commit
8c07a1a3af
12 changed files with 93 additions and 95 deletions
|
@ -26,7 +26,7 @@ git = "https://github.com/jgraham/webdriver-rust.git"
|
|||
git = "https://github.com/servo/ipc-channel"
|
||||
|
||||
[dependencies]
|
||||
image = "0.5.0"
|
||||
image = "0.7"
|
||||
log = "0.3"
|
||||
hyper = "0.7"
|
||||
rustc-serialize = "0.3.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue