ruffle/core
relrelb 0401b3c447 avm2: Replace `json` with `serde_json`
The `json` crate seems unmaintained, and recently also causes compile
errors with stable Rust 1.59.0. On the other hand, `serde_json` is
very maintained and more popular.

However, from some reason a cyclic package dependency has introduced
by this change. For now use a workaround from: https://github.com/tkaitchuck/aHash/issues/95#issuecomment-903560879
2022-02-27 23:19:46 +02:00
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
macros build(deps): bump syn from 1.0.85 to 1.0.86 2022-02-13 16:55:17 +01:00
src avm2: Replace `json` with `serde_json` 2022-02-27 23:19:46 +02:00
Cargo.toml avm2: Replace `json` with `serde_json` 2022-02-27 23:19:46 +02:00