#Cubism

A basic Rust pixel canvas library.

Example

```

cargo run --release --example cubism_bevy ```

TODO:

  1. [ ] Remove bevy dependency (only uses Color can be feature gated maybe?)
  2. [ ] Better text rendering (size, scale, spacing (?), etc.)
  3. [ ] Text layouting before rendering (for positioning)