Use piston_image instead of stb_image for decoding JPEGs

Bump image to 0.7
This commit is contained in:
Ulf Nilsson 2016-02-28 00:16:20 +01:00
parent 62814f7cb4
commit 8c07a1a3af
12 changed files with 93 additions and 95 deletions

View file

@ -74,7 +74,7 @@ heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
html5ever = {version = "0.5.1", features = ["heap_size", "unstable"]}
hyper = { version = "0.7", features = [ "serde-serialization" ] }
image = "0.5.0"
image = "0.7"
libc = "0.2"
log = "0.3"
num = "0.1.24"