rust-windowing / glutin

A low-level library for OpenGL context creation
Apache License 2.0
1.98k stars 476 forks source link

chore: bump raw-window-handle to 0.6.0 #1654

Closed vially closed 9 months ago

vially commented 9 months ago

[!WARNING] I'm still very new to Rust so please review these changes very carefully.

Marked as a draft until all platforms are implemented:

Bump raw-window-handle to version 0.6.0 which introduced a couple of API changes.

MarijnS95 commented 9 months ago

You might want to look at #1582 which is promising to do this upgrade while at the same time utilizing the new lifetime pattern.

vially commented 9 months ago

Ah, I missed that part, thanks for mentioning it. In that case I'll close this pull-request and wait for #1582 to land.