Add custom timing support for comet
This commit is contained in:
parent
d1e936fb25
commit
2e0c03923c
5 changed files with 24 additions and 17 deletions
|
|
@ -24,6 +24,4 @@ pub use crate::core::svg;
|
|||
pub use crate::core::text::{self, Text};
|
||||
pub use crate::renderer::graphics;
|
||||
|
||||
pub use iced_debug as debug;
|
||||
|
||||
pub use widget::Widget;
|
||||
|
|
|
|||
|
|
@ -533,6 +533,11 @@ pub use Length::{Fill, FillPortion, Shrink};
|
|||
pub use alignment::Horizontal::{Left, Right};
|
||||
pub use alignment::Vertical::{Bottom, Top};
|
||||
|
||||
pub mod debug {
|
||||
//! Debug your applications.
|
||||
pub use iced_debug::{Span, skip_next_timing, time, time_with};
|
||||
}
|
||||
|
||||
pub mod task {
|
||||
//! Create runtime tasks.
|
||||
pub use crate::runtime::task::{Handle, Task};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue