coeuvre / rust-2048

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

Update rustc-serialize dependency to version 0.3.24 (Fixes #30) #31

Open aeph6Ee0 opened 6 years ago

aeph6Ee0 commented 6 years ago

This is just an intermediate fix, since rustc-serialize has been deprecated in favor of serde (see https://crates.io/crates/rustc-serialize). In the medium term we should switch to serde.

Fixes #30.

marble-sh commented 5 years ago

I have a pull request open to migrate to serde here: https://github.com/coeuvre/rust-2048/pull/32