Skip to content

Commit

Permalink
version bump to 0.5.0, acknowledgment for orukusaki
Browse files Browse the repository at this point in the history
  • Loading branch information
bernii committed Jul 17, 2023
1 parent 641eb5c commit 4205fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-graphics-framebuf"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = [
"Bernard Kobos <[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Make sure you have your `rust` environment configurated

```toml
[dependencies]
embedded-graphics-framebuf = "0.4.0"
embedded-graphics-framebuf = "0.5.0"
```
2. Use the library in you code
```rust
Expand Down Expand Up @@ -108,6 +108,7 @@ Project Link: [https://github.com/bernii/embedded-graphics-framebuf](https://git

* proven examlpes from [adamgreid](https://github.com/adamgreig) ([implementation](https://github.com/adamgreig/walkclock-public/blob/master/firmware/src/framebuf.rs ))
* [st7789](https://github.com/almindor/st7789) driver by almindor
* DMA Write Target support by [orukusaki](https://github.com/orukusaki)
* super helpful [embedded-graphics](https://app.element.io/#/room/#rust-embedded-graphics:matrix.org) matrix chat


Expand Down

0 comments on commit 4205fb2

Please sign in to comment.