Texel Types base crate containing only types and their basic functions.
This crate is meant to provide serializable data types for use with programs wishing to use scenes created with Texel ASCII art editor
serde_support
- adds serde and serde_derive as dependencies for serialization supportecs_spec
- adds specs Component
support for all top level types for use with ECS (since both the types and traits would be foreign if used).