We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8097b9f commit 24be0b4Copy full SHA for 24be0b4
src/main.rs
@@ -13,7 +13,7 @@ async fn main() -> eframe::Result<()> {
13
.with_min_inner_size([400.0, 400.0])
14
.with_icon(
15
eframe::icon_data::from_png_bytes(&include_bytes!("../assets/icon-256.png")[..])
16
- .unwrap(),
+ .expect("Failed to load icon"),
17
),
18
..Default::default()
19
};
0 commit comments