mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix name of stb_image::image mod
This commit is contained in:
parent
90565bec53
commit
8785a07022
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ export load;
|
||||||
export load_from_memory;
|
export load_from_memory;
|
||||||
export test_image_bin;
|
export test_image_bin;
|
||||||
|
|
||||||
use stb_image = stb_image::Image;
|
use stb_image = stb_image::image;
|
||||||
|
|
||||||
// FIXME: Images must not be copied every frame. Instead we should atomically
|
// FIXME: Images must not be copied every frame. Instead we should atomically
|
||||||
// reference count them.
|
// reference count them.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue