Rewrite websocket example using sipper

This commit is contained in:
Héctor Ramón Jiménez 2025-02-11 01:27:51 +01:00
parent 05618ea9b3
commit f37d068af5
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 45 additions and 70 deletions

View file

@ -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;