mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Merge pull request #2296 from Ms2ger/update-opengles
Update rust-opengles.
This commit is contained in:
commit
bba4bef106
3 changed files with 3 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue