not-fl3 / macroquad

Cross-platform game engine in Rust.
Apache License 2.0
3.04k stars 297 forks source link

replace std::f32::{EPSILON, MAX} with f32:: as per rust docs recommendation (old way is deprecated) #716

Closed narodnik closed 2 months ago

narodnik commented 2 months ago

replace std::f32::{EPSILON, MAX} with f32:: as per rust docs recommendation (old way is deprecated)

not-fl3 commented 2 months ago

Thanks for PR!