Release 0.1.1
This release introduces minor fixes:
- Use
HashMap
instead ofVec
for storing components. - Fix the example in the documentation and add one to
examles
- Introduce initial CI workflow.
This release introduces minor fixes:
HashMap
instead of Vec
for storing components.examles