Update stb-image to get JPEG progressive support.

This commit is contained in:
Glenn Watson 2015-08-06 12:03:56 +10:00
parent afe3d7e747
commit 2e08f42ae4
10 changed files with 44 additions and 6 deletions

View file

@ -1333,7 +1333,7 @@ dependencies = [
[[package]]
name = "stb_image"
version = "0.1.0"
source = "git+https://github.com/servo/rust-stb-image#e3f7246caa694e863975ead98f4940d046108fd7"
source = "git+https://github.com/servo/rust-stb-image#ad05c642b64a9059dd31c37b1a1ac78722821008"
dependencies = [
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]