Decouple iced_test from iced crate

This commit is contained in:
Héctor Ramón Jiménez 2024-12-10 04:56:37 +01:00
parent 1aeb317f2d
commit 1713ac49f2
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 11 additions and 14 deletions

View file

@ -479,7 +479,6 @@ use iced_winit::runtime;
pub use iced_futures::futures;
pub use iced_futures::stream;
pub use iced_test as test;
#[cfg(feature = "highlighter")]
pub use iced_highlighter as highlighter;