Restructured everything to make profiling a feature of iced_winit.
This commit is contained in:
parent
c5cd236b73
commit
4b6d3797d4
23 changed files with 184 additions and 254 deletions
|
|
@ -51,6 +51,8 @@ mod proxy;
|
|||
|
||||
#[cfg(feature = "application")]
|
||||
pub use application::Application;
|
||||
#[cfg(feature = "trace")]
|
||||
pub use application::Profiler;
|
||||
pub use clipboard::Clipboard;
|
||||
pub use error::Error;
|
||||
pub use position::Position;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue