diff options
author | 2025-02-11 01:27:51 +0100 | |
---|---|---|
committer | 2025-02-11 01:27:51 +0100 | |
commit | f37d068af52700570f863960c3432df85a244a7c (patch) | |
tree | 464cbe91785db3c1c9924e2f2d1df6ce008aa914 /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-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -478,7 +478,6 @@ use iced_winit::core; use iced_winit::runtime; pub use iced_futures::futures; -pub use iced_futures::stream; #[cfg(feature = "highlighter")] pub use iced_highlighter as highlighter; |