Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -3/+4 | ||
We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | |||||
2023-08-23 | Update vulnerable `env_logger` dependency in examples | 1 | -1/+1 | ||
2022-10-04 | Replace `voronoi` crate with `voronator` | 1 | -1/+1 | ||
2022-10-04 | vornoi experiment | 1 | -0/+1 | ||
2022-10-04 | Working multitouch example | 1 | -4/+2 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2022-01-19 | Add `env_logger` to `game_of_life` | 1 | -0/+1 | ||
2021-01-04 | Update `tokio` to `1.0` | 1 | -1/+1 | ||
2020-11-05 | upgrade tokio to latest version(v0.3) | 1 | -1/+1 | ||
2020-05-02 | Run ticks in a background thread in `game_of_life` | 1 | -0/+1 | ||
2020-05-02 | Use `rustc_hash` for hashing in `game_of_life` | 1 | -0/+1 | ||
This seems to produce a 2x speedup. | |||||
2020-05-01 | Introduce `Cell` type in `game_of_life` | 1 | -1/+1 | ||
2020-04-30 | Implement `time::every` in `iced_futures` | 1 | -3/+1 | ||
2020-04-29 | Add `game_of_life` example | 1 | -3/+3 | ||
RIP John Conway | |||||
2020-04-28 | Remove `Drawable` and rename `State` to `Program` | 1 | -3/+0 | ||
2020-02-14 | Add `solar_system` example | 1 | -2/+2 | ||
2020-02-12 | Finish `clock` example | 1 | -1/+3 | ||
2020-02-12 | Draft `Canvas` types and `clock` example | 1 | -2/+6 | ||
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -0/+9 | ||