You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library uses u32 for image size and image coords.
Most libraries use usize as index and size.
So there is a lot of boilerplase cast operators while working with this crate.
Could u change coordinate and size to usize, please?
The text was updated successfully, but these errors were encountered:
Library uses u32 for image size and image coords.
Most libraries use usize as index and size.
So there is a lot of boilerplase cast operators while working with this crate.
Could u change coordinate and size to usize, please?
The text was updated successfully, but these errors were encountered: