sunjay / turtle

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

Add destroy to Drawing to close window programatically #245

Closed sathwikmatsa closed 2 years ago

sathwikmatsa commented 2 years ago

Resolves #181 Modified examples/runtest.rs to use Drawing::destroy() and tested it on Mac.