Releases: LechevSpace/embedded-canvas
Releases · LechevSpace/embedded-canvas
v0.3.0
What's Changed
- CI docs check by @elpiel in #10
- Bumping up dependencies by @dawid-nowak in #11
- chore: bump MSRV from 1.56 to 1.71 by @elpiel in #12
New Contributors
- @dawid-nowak made their first contribution in #11
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.2
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
v0.1.0
The first release of embedded-canvas
🎉!
This first release is no_std
but requires alloc
for embedded devices.
Added
Canvas
- a canvas with originPoint::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