Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2025-02-02 | Use working wasmtimer for time::every | 1 | -1/+1 | ||
2025-01-29 | Replace unmaintained `directories-next` crate with `directories` crate | 1 | -1/+1 | ||
[`directories-next`][1] crate is no longer maintained and [`directories`][2] crate is still maintained. `directories-next` had been forked from `directories` but it died because the original `directories` crate revived the maintenance. [1]: https://crates.io/crates/directories-next [2]: https://crates.io/crates/directories | |||||
2024-12-12 | Embed and use Fira Sans as default font when testing | 1 | -1/+1 | ||
2024-12-10 | Draft `iced_test` crate and test `todos` example | 1 | -0/+3 | ||
2024-09-18 | Implement some `From` traits for `text_input::Id` | 1 | -1/+0 | ||
2023-09-09 | Add webgl feature for web examples | 1 | -0/+3 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -5/+7 | ||
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-09-04 | Fix Wasm build of `todos` example | 1 | -0/+1 | ||
2023-09-04 | Introduce `keyed::Column` widget | 1 | -1/+3 | ||
2022-11-01 | Remove patch version from `once_cell` dependency | 1 | -1/+1 | ||
2022-10-28 | Use `once_cell` instead of `lazy_static` | 1 | -1/+1 | ||
This seems to be generally considered the preferred, idiomatic solution now. This is in the standard library behind a feature flag (apparently now called `std::sync::LazyLock`). | |||||
2022-07-28 | Focus text inputs in `todos` example | 1 | -0/+1 | ||
2022-07-14 | Fix `deb` asset path in `todos` example | 1 | -1/+1 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2020-11-11 | Use `directories-next` in `todos` example | 1 | -1/+1 | ||
2020-11-10 | Update `directories` dependency in `todos` example | 1 | -1/+1 | ||
2020-05-21 | Implement `iced_glutin` :tada: | 1 | -1/+1 | ||
2020-02-06 | Implement local storage for `todos` example in Wasm | 1 | -0/+4 | ||
2020-02-06 | Allow switching `executor::Default` with features | 1 | -2/+1 | ||
2020-02-06 | Allow `todos` example to compile to `wasm32` | 1 | -1/+3 | ||
2020-01-21 | Fix `todos` build workflow | 1 | -2/+6 | ||
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -0/+16 | ||