Remove generic Hasher and Event from subscription::Recipe
This commit is contained in:
parent
5fed065dc3
commit
f4cf488e0b
20 changed files with 341 additions and 406 deletions
|
|
@ -48,14 +48,11 @@ pub mod command;
|
|||
pub mod font;
|
||||
pub mod keyboard;
|
||||
pub mod program;
|
||||
pub mod subscription;
|
||||
pub mod system;
|
||||
pub mod user_interface;
|
||||
pub mod widget;
|
||||
pub mod window;
|
||||
|
||||
mod runtime;
|
||||
|
||||
// We disable debug capabilities on release builds unless the `debug` feature
|
||||
// is explicitly enabled.
|
||||
#[cfg(feature = "debug")]
|
||||
|
|
@ -72,6 +69,4 @@ pub use command::Command;
|
|||
pub use debug::Debug;
|
||||
pub use font::Font;
|
||||
pub use program::Program;
|
||||
pub use runtime::Runtime;
|
||||
pub use subscription::Subscription;
|
||||
pub use user_interface::UserInterface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue