summaryrefslogtreecommitdiffstats
path: root/examples/websocket/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* chore: remove once_cell dependencyLibravatar Tommy Volk2025-01-061-1/+0
|
* Update `async-tungstenite` dependency in `websocket` exampleLibravatar Héctor Ramón Jiménez2024-02-091-1/+1
|
* Update `async-tungstenite` in `websocket` exampleLibravatar Héctor Ramón Jiménez2023-12-111-1/+1
|
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-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` 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