i copied the screen.rs example.
i get these errors
mismatched types
`Rgb<{integer}>` and `image::color::Rgb<u8>` have similar names, but are actually distinct types
perhaps two different versions of crate `image` are being used?
the trait bound `image::buffer_::ImageBuffer<image::color::Rgb<u8>, Vec<u8>>: GenericImageView` is not satisfied
the following other types implement trait `GenericImageView`:
View<Buffer, P>
ViewMut<Buffer, P>
ImageBuffer<P, Container>
DynamicImage
image::image::SubImageInner<I>
i copied the screen.rs example. i get these errors