Merge branch 'new-event-system' into 'master'

Adapt new event system for component

See merge request !8
This commit is contained in:
lumi 2017-05-27 13:21:05 +00:00
commit cdf665454f
3 changed files with 54 additions and 54 deletions

View file

@ -14,7 +14,7 @@ pub mod ns;
pub mod transport;
pub mod error;
pub mod client;
//pub mod component;
pub mod component;
pub mod plugin;
#[macro_use] pub mod plugin_macro;
pub mod event;