begin tenquestionmarks 0.0.2. Separate Module trait into Module struct (which holds metadata and config about the module) and EventLoop trait, which implements the event loop. The constructors still return Modules, but they are structs and not boxes.

This commit is contained in:
Adrian Malacoda
2017-05-09 22:44:33 -05:00
parent 23e32f28fe
commit 9e9da11f79
13 changed files with 136 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
[package]
name="tenquestionmarks"
version="0.0.1"
version="0.0.2"
authors=["Adrian Malacoda <adrian.malacoda@monarch-pass.net>"]
[dependencies]