summaryrefslogtreecommitdiffstats
path: root/examples/websocket/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update vulnerable `async-tungstenite` dependency in `websocket` exampleLibravatar Héctor Ramón Jiménez2023-08-231-1/+1
|
* Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez2023-03-051-2/+0
|
* 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`).
* Merge pull request #1393 from iced-rs/deprecate-stateful-widgetsLibravatar Héctor Ramón2022-08-061-0/+1
|\ | | | | Replace stateful widgets with the new `iced_pure` API
| * Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2022-08-041-0/+1
| |
* | Bump `websocket` example version to fix `audit` workflowLibravatar Héctor Ramón Jiménez2022-08-041-1/+1
|/
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Draft `websocket` example :tada:Libravatar Héctor Ramón Jiménez2022-01-161-0/+22