Skip to content

Commit a88bf0f

Browse files
committed
Fix path to ferris.png
Fixes iced-rs#1156
1 parent 8cbba94 commit a88bf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tour/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ fn ferris<'a>(width: u16) -> Container<'a, StepMessage> {
704704
// This should go away once we unify resource loading on native
705705
// platforms
706706
if cfg!(target_arch = "wasm32") {
707-
Image::new("images/ferris.png")
707+
Image::new("tour/images/ferris.png")
708708
} else {
709709
Image::new(format!(
710710
"{}/images/ferris.png",

0 commit comments

Comments
 (0)