Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | chore: remove once_cell dependency | 2025-01-06 | 1 | -1/+0 | |
| | |||||
* | Update `async-tungstenite` dependency in `websocket` example | 2024-02-09 | 1 | -1/+1 | |
| | |||||
* | Update `async-tungstenite` in `websocket` example | 2023-12-11 | 1 | -1/+1 | |
| | |||||
* | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -6/+6 | |
| | | | | | | 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. | ||||
* | Update vulnerable `async-tungstenite` dependency in `websocket` example | 2023-08-23 | 1 | -1/+1 | |
| | |||||
* | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 2023-03-05 | 1 | -2/+0 | |
| | |||||
* | 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`). | ||||
* | Merge pull request #1393 from iced-rs/deprecate-stateful-widgets | 2022-08-06 | 1 | -0/+1 | |
|\ | | | | | Replace stateful widgets with the new `iced_pure` API | ||||
| * | Implement `scrollable::snap_to` operation | 2022-08-04 | 1 | -0/+1 | |
| | | |||||
* | | Bump `websocket` example version to fix `audit` workflow | 2022-08-04 | 1 | -1/+1 | |
|/ | |||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Draft `websocket` example :tada: | 2022-01-16 | 1 | -0/+22 | |