emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
980 stars 92 forks source link

Fix `limit_update_rate`'s deprecation notice #353

Closed Chubercik closed 1 month ago

Chubercik commented 1 month ago

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

emoon commented 1 month ago

Thanks!