diff options
author | 2024-12-10 04:56:37 +0100 | |
---|---|---|
committer | 2024-12-10 04:56:37 +0100 | |
commit | 1713ac49f2ae794f78f24c01d6c21625b2c2879c (patch) | |
tree | 7a4ac6f2940c05bd024e62e7ac943e860246f09a /src/lib.rs | |
parent | 1aeb317f2dbfb63215e6226073e67878ffa6503b (diff) | |
download | iced-1713ac49f2ae794f78f24c01d6c21625b2c2879c.tar.gz iced-1713ac49f2ae794f78f24c01d6c21625b2c2879c.tar.bz2 iced-1713ac49f2ae794f78f24c01d6c21625b2c2879c.zip |
Decouple `iced_test` from `iced` crate
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |