summaryrefslogtreecommitdiffstats
path: root/examples/todos/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Use working wasmtimer for time::everyLibravatar Kitsu2025-02-021-1/+1
|
* Replace unmaintained `directories-next` crate with `directories` crateLibravatar rhysd2025-01-291-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 testingLibravatar Héctor Ramón Jiménez2024-12-121-1/+1
|
* Draft `iced_test` crate and test `todos` exampleLibravatar Héctor Ramón Jiménez2024-12-101-0/+3
|
* Implement some `From` traits for `text_input::Id`Libravatar Héctor Ramón Jiménez2024-09-181-1/+0
|
* Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-101-7/+12
|\
| * Add webgl feature for web examplesLibravatar Thomas2023-09-091-0/+3
| |
| * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-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` exampleLibravatar Héctor Ramón Jiménez2023-09-041-0/+1
| |
* | Introduce `keyed::Column` widgetLibravatar Héctor Ramón Jiménez2023-09-041-1/+3
|/
* Remove patch version from `once_cell` dependencyLibravatar Héctor Ramón Jiménez2022-11-011-1/+1
|
* Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott2022-10-281-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` exampleLibravatar Héctor Ramón Jiménez2022-07-281-0/+1
|
* Fix `deb` asset path in `todos` exampleLibravatar Héctor Ramón Jiménez2022-07-141-1/+1
|
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Use `directories-next` in `todos` exampleLibravatar Héctor Ramón Jiménez2020-11-111-1/+1
|
* Update `directories` dependency in `todos` exampleLibravatar Héctor Ramón Jiménez2020-11-101-1/+1
|
* Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez2020-05-211-1/+1
|
* Implement local storage for `todos` example in WasmLibravatar Héctor Ramón Jiménez2020-02-061-0/+4
|
* Allow switching `executor::Default` with featuresLibravatar Héctor Ramón Jiménez2020-02-061-2/+1
|
* Allow `todos` example to compile to `wasm32`Libravatar Héctor Ramón Jiménez2020-02-061-1/+3
|
* Fix `todos` build workflowLibravatar Héctor Ramón Jiménez2020-01-211-2/+6
|
* Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez2020-01-201-0/+16