-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with image 0.25.0
#62
Comments
dependencies
use code
error info
|
The current Yes we know what is going on, you will have to wait for |
I tried compiling this crate with image version 0.25.0. Fortunately, there were no errors or deprecations. |
Upgrading to
image 0.25.0
results in a compatibility issue between theimage::Pixel
trait implementation and therender::Pixel
trait:The most notable
image
change is the switch from the use of#[repr(C)]
to#[repr(transparent)]
in the Pixel trait implementation:The text was updated successfully, but these errors were encountered: