| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `env_logger` to `game_of_life` | Richard | 2022-01-19 | 1 | -0/+1 |
* | Update `tokio` to `1.0` | Yusuf Bera Ertan | 2021-01-04 | 1 | -1/+1 |
* | upgrade tokio to latest version(v0.3) | valbendan | 2020-11-05 | 1 | -1/+1 |
* | Run ticks in a background thread in `game_of_life` | Héctor Ramón Jiménez | 2020-05-02 | 1 | -0/+1 |
* | Use `rustc_hash` for hashing in `game_of_life` | Héctor Ramón Jiménez | 2020-05-02 | 1 | -0/+1 |
* | Introduce `Cell` type in `game_of_life` | Héctor Ramón Jiménez | 2020-05-01 | 1 | -1/+1 |
* | Implement `time::every` in `iced_futures` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -3/+1 |
* | Add `game_of_life` example | Héctor Ramón Jiménez | 2020-04-29 | 1 | -0/+12 |