Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
* | Update `itertools` dependency for `game_of_life` example | 2023-11-15 | 1 | -1/+1 | |
* | Update example dependencies | 2023-09-07 | 1 | -1/+1 | |
* | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -4/+6 | |
* | Update vulnerable `env_logger` dependency in examples | 2023-08-23 | 1 | -1/+1 | |
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
* | Add `env_logger` to `game_of_life` | 2022-01-19 | 1 | -0/+1 | |
* | Update `tokio` to `1.0` | 2021-01-04 | 1 | -1/+1 | |
* | upgrade tokio to latest version(v0.3) | 2020-11-05 | 1 | -1/+1 | |
* | Run ticks in a background thread in `game_of_life` | 2020-05-02 | 1 | -0/+1 | |
* | Use `rustc_hash` for hashing in `game_of_life` | 2020-05-02 | 1 | -0/+1 | |
* | Introduce `Cell` type in `game_of_life` | 2020-05-01 | 1 | -1/+1 | |
* | Implement `time::every` in `iced_futures` | 2020-04-30 | 1 | -3/+1 | |
* | Add `game_of_life` example | 2020-04-29 | 1 | -0/+12 |