Export iced_debug in iced::advanced module

This commit is contained in:
Héctor Ramón Jiménez 2024-03-01 22:05:34 +01:00
parent 6097382520
commit d7413a0013
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -10,6 +10,7 @@ pub use crate::core::text::{self, Text};
pub use crate::core::widget::{self, Widget};
pub use crate::core::{Hasher, Shell};
pub use crate::renderer::graphics;
pub use iced_debug as debug;
pub mod subscription {
//! Write your own subscriptions.