X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=text.rs;fp=text.rs;h=3d5d73cfcf92688095d43f2fb30c7e1d2512887a;hp=c341959c55beb7ab678969f57b45c821e0c1c1bd;hb=5a29f2c9665d2d593d70439d51ea7802c9b5d285;hpb=4b7d66ca13d763e8f1666c0d342cfd2857847f41 diff --git a/text.rs b/text.rs index c341959..3d5d73c 100644 --- a/text.rs +++ b/text.rs @@ -22,7 +22,6 @@ where #[cfg(feature = "image")] fn c64_font() -> (u32, u32, Vec) { - use image; let image = image::load_from_memory_with_format( &include_bytes!("textures/c64-font.png")[..], image::PNG,