Skip to content
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

u32 as index is incompatible with rust vectors #31

Open
T4r4sB opened this issue Aug 6, 2022 · 0 comments
Open

u32 as index is incompatible with rust vectors #31

T4r4sB opened this issue Aug 6, 2022 · 0 comments

Comments

@T4r4sB
Copy link

T4r4sB commented Aug 6, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant