Remove iced_debug dependency from iced_runtime

This commit is contained in:
Héctor Ramón Jiménez 2025-11-02 01:36:05 +01:00
parent b6a0adf2d9
commit c538311ee0
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 1 additions and 4 deletions

View file

@ -20,7 +20,6 @@ pub mod widget;
pub mod window;
pub use iced_core as core;
pub use iced_debug as debug;
pub use iced_futures as futures;
pub use task::Task;