Merge pull request #2296 from Ms2ger/update-opengles

Update rust-opengles.
This commit is contained in:
Josh Matthews 2014-05-05 10:13:42 -04:00
commit bba4bef106
3 changed files with 3 additions and 3 deletions

View file

@ -757,7 +757,7 @@ impl IOCompositor {
width: width as u32, width: width as u32,
height: height as u32, height: height as u32,
color_type: png::RGB8, color_type: png::RGB8,
pixels: pixels, pixels: pixels.move_iter().collect(),
}; };
let res = png::store_png(&img, &path); let res = png::store_png(&img, &path);
assert!(res.is_ok()); assert!(res.is_ok());

@ -1 +1 @@
Subproject commit 46e76ad0973601440587120d7746e353fbbebd9e Subproject commit 2294d2aecc37075f8db1a776380b2878b2623741

@ -1 +1 @@
Subproject commit d8a62cb2708671ae60ef8ceb66732bd575b58d4e Subproject commit e1f82999119d724733da9c7dedee715188b4e0fa