rust-windowing/glutin

glutin-0.26.0 issue with fn finish - mismatch type

ImreMD opened this issue · 2 comments

Hello, I have a problem with glutin-0.26.0 (it's one of the dependencies of rltk crate) here the output from the build process:

.and_then(|p| p.finish(hwnd))
------ ^^^^ expected isize, found *-ptr
arguments to this function are incorrect

I am on Window 10. What can be done? Should I downgrade (patch) the crate?

That was mentioned in issue #1454.

Duplicate of #1454 .