diff options
author | 2025-02-11 01:27:51 +0100 | |
---|---|---|
committer | 2025-02-11 01:27:51 +0100 | |
commit | f37d068af52700570f863960c3432df85a244a7c (patch) | |
tree | 464cbe91785db3c1c9924e2f2d1df6ce008aa914 /futures/src/lib.rs | |
parent | 05618ea9b39048ca905918682e99c2d139683078 (diff) | |
download | iced-f37d068af52700570f863960c3432df85a244a7c.tar.gz iced-f37d068af52700570f863960c3432df85a244a7c.tar.bz2 iced-f37d068af52700570f863960c3432df85a244a7c.zip |
Rewrite `websocket` example using `sipper`
Diffstat (limited to '')
-rw-r--r-- | futures/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/futures/src/lib.rs b/futures/src/lib.rs index 31738823..a874a618 100644 --- a/futures/src/lib.rs +++ b/futures/src/lib.rs @@ -15,7 +15,6 @@ pub mod backend; pub mod event; pub mod executor; pub mod keyboard; -pub mod stream; pub mod subscription; pub use executor::Executor; |