From c29d2c7cca25893f3345fcc12821d7e410e936b4 Mon Sep 17 00:00:00 2001 From: Poly Date: Sun, 14 Jan 2024 19:15:11 +0100 Subject: [PATCH] Remove deprecated image::into_reader() --- neothesia/src/main.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/neothesia/src/main.rs b/neothesia/src/main.rs index f2e4e750..dbbd7764 100644 --- a/neothesia/src/main.rs +++ b/neothesia/src/main.rs @@ -325,10 +325,8 @@ fn set_window_icon(window: &winit::window::Window) -> Result<(), Box