Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Use working wasmtimer for time::every | 2025-02-02 | 1 | -1/+1 | |
| | |||||
* | Replace unmaintained `directories-next` crate with `directories` crate | 2025-01-29 | 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 | ||||
* | Embed and use Fira Sans as default font when testing | 2024-12-12 | 1 | -1/+1 | |
| | |||||
* | Draft `iced_test` crate and test `todos` example | 2024-12-10 | 1 | -0/+3 | |
| | |||||
* | Implement some `From` traits for `text_input::Id` | 2024-09-18 | 1 | -1/+0 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -7/+12 | |
|\ | |||||
| * | Add webgl feature for web examples | 2023-09-09 | 1 | -0/+3 | |
| | | |||||
| * | Use workspace dependencies and package inheritance | 2023-09-04 | 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. | ||||
* | | Fix Wasm build of `todos` example | 2023-09-04 | 1 | -0/+1 | |
| | | |||||
* | | Introduce `keyed::Column` widget | 2023-09-04 | 1 | -1/+3 | |
|/ | |||||
* | Remove patch version from `once_cell` dependency | 2022-11-01 | 1 | -1/+1 | |
| | |||||
* | Use `once_cell` instead of `lazy_static` | 2022-10-28 | 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`). | ||||
* | Focus text inputs in `todos` example | 2022-07-28 | 1 | -0/+1 | |
| | |||||
* | Fix `deb` asset path in `todos` example | 2022-07-14 | 1 | -1/+1 | |
| | |||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Use `directories-next` in `todos` example | 2020-11-11 | 1 | -1/+1 | |
| | |||||
* | Update `directories` dependency in `todos` example | 2020-11-10 | 1 | -1/+1 | |
| | |||||
* | Implement `iced_glutin` :tada: | 2020-05-21 | 1 | -1/+1 | |
| | |||||
* | Implement local storage for `todos` example in Wasm | 2020-02-06 | 1 | -0/+4 | |
| | |||||
* | Allow switching `executor::Default` with features | 2020-02-06 | 1 | -2/+1 | |
| | |||||
* | Allow `todos` example to compile to `wasm32` | 2020-02-06 | 1 | -1/+3 | |
| | |||||
* | Fix `todos` build workflow | 2020-01-21 | 1 | -2/+6 | |
| | |||||
* | Package examples and remove `dev-dependencies` | 2020-01-20 | 1 | -0/+16 | |