Skip to content

Releases: LechevSpace/embedded-canvas

v0.3.0

06 Nov 09:40
970980f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Aug 22:12
0f2c76b
Compare
Choose a tag to compare

Added

  • Feature alloc - enables Canvas & CanvasAt
  • CCanavas & CCanvasAt - const generic alternatives to Canvas & CanvasAt which don't use alloc and update docs and README to include them
  • Fix typos in Cargo.toml

v0.1.2

24 Jun 15:34
b3d6e45
Compare
Choose a tag to compare

Fix error on docs.rs regarding doc(cfg) feature flag being an unstable feature
See docs.rs build for v0.1.1 https://docs.rs/crate/embedded-canvas/0.1.1/builds/581694

v0.1.1

24 Jun 15:25
1f8bc81
Compare
Choose a tag to compare

Adds:

  • Badges #3
  • Examples for transparency & cropping with screenshots in both Readme & lib.rs #1
  • Show feature flags implementation in docs.rs (for feature transform)

v0.1.0

16 Jun 07:43
bcc627a
Compare
Choose a tag to compare

The first release of embedded-canvas 🎉!

This first release is no_std but requires alloc for embedded devices.

Added

  • Canvas - a canvas with origin Point::zero() and no set location on the provided display.
  • CanvasAt - a type of canvas ready to be drawn on the display at the specified location.

Read the full documentation at: https://docs.rs/embedded-canvas/0.1.0

Full Changelog: https://github.com/LechevSpace/embedded-canvas/commits/v0.1.0