PistonDevelopers / glfw-rs

GLFW3 bindings and idiomatic wrapper for Rust.
Apache License 2.0
645 stars 123 forks source link

with_*_monitor functions now pass the monitor as a mutable reference #544

Closed bohdloss closed 1 year ago

bohdloss commented 1 year ago

This is necessary to set the gamma of monitors while iterating over them for example.

bvssvni commented 1 year ago

@bohdloss can you rebase this too?

bohdloss commented 1 year ago

Done!

bvssvni commented 1 year ago

Merging

bvssvni commented 1 year ago

Thanks!