Added tracing to multi_window applications
This commit is contained in:
parent
f78ccd9af9
commit
790fa3e7a0
7 changed files with 94 additions and 36 deletions
|
|
@ -51,11 +51,13 @@ pub mod system;
|
|||
mod error;
|
||||
mod icon;
|
||||
mod proxy;
|
||||
#[cfg(feature = "trace")]
|
||||
mod profiler;
|
||||
|
||||
#[cfg(feature = "application")]
|
||||
pub use application::Application;
|
||||
#[cfg(feature = "trace")]
|
||||
pub use application::Profiler;
|
||||
pub use profiler::Profiler;
|
||||
pub use clipboard::Clipboard;
|
||||
pub use error::Error;
|
||||
pub use icon::Icon;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue