emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1.04k stars 99 forks source link

Fix `limit_update_rate`'s deprecation notice #353

Closed Chubercik closed 5 months ago

Chubercik commented 5 months ago

Previous deprecation notice pointed to a function that doesn't exist, this PR fixes that oversight.

emoon commented 5 months ago

Thanks!