fix up the event system, no more unsafe!

This commit is contained in:
lumi 2017-05-27 16:56:44 +02:00
commit c326d5b07e
8 changed files with 110 additions and 150 deletions

View file

@ -1,4 +1,3 @@
#![feature(raw)]
#![feature(try_from)]
extern crate xml;