coeuvre / rust-2048

A 2048 clone with Piston game engine
MIT License
236 stars 40 forks source link

Swapped rustc_serialize crate with serde #33

Closed coty91 closed 5 years ago

coty91 commented 5 years ago

I was experiencing issues with compiling on the latest version of rust, so I swapped out the deprecated rustc_serialize crate with the recommended create known as serde. I've confirmed that it will now compile, save settings, and load settings.