sunjay / turtle

Create Animated Drawings in Rust
http://turtle.rs
Mozilla Public License 2.0
559 stars 54 forks source link

Replaced the trait method calls for lerp() with fully qualified calls… #250

Closed Heroglyph closed 2 years ago

Heroglyph commented 2 years ago

… to prevent unstable Rust-Std library features to be used.

Heroglyph commented 2 years ago

Thank you for maintaining this crate. It's a really great tool for teaching.

weiztech commented 2 years ago

Thanks for the fix, now I can get my Turtle 🐢 🐢 🐢 running