Skip to content

Commit

Permalink
typo fix, release 0.4.0 after contributions from @Alpha-3
Browse files Browse the repository at this point in the history
  • Loading branch information
bernii committed Jun 4, 2023
1 parent 5abab6f commit 1aa1ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.0"
version = "0.4.0"
edition = "2021"
authors = [
"Bernard Kobos <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0"
embedded-graphics-framebuf = "0.4.0"
```
2. Use the library in you code
```rust
Expand Down Expand Up @@ -106,7 +106,7 @@ Project Link: [https://github.com/bernii/embedded-graphics-framebuf](https://git

## Acknowledgments

* proven examlpes from [adamgreid](https://github.com/adamgreig) ([imlplementation](https://github.com/adamgreig/walkclock-public/blob/master/firmware/src/framebuf.rs ))
* 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
* super helpful [embedded-graphics](https://app.element.io/#/room/#rust-embedded-graphics:matrix.org) matrix chat

Expand Down

0 comments on commit 1aa1ce2

Please sign in to comment.