mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-24 03:36:30 +00:00
Version 0.4.0
This commit is contained in:
parent
b34424dde7
commit
77971169f0
1 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ssd1675"
|
name = "ssd1675"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
authors = ["Wesley Moore <wes@wezm.net>"]
|
authors = ["Wesley Moore <wes@wezm.net>"]
|
||||||
description = "Driver for the SSD1675 e-Paper display (EPD) controller, for use with embedded-hal"
|
description = "Driver for the SSD1675 e-Paper display (EPD) controller, for use with embedded-hal"
|
||||||
|
|
||||||
|
@ -13,10 +13,6 @@ categories = ["embedded", "no-std"]
|
||||||
|
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
[badges]
|
|
||||||
travis-ci = { repository = "wezm/ssd1675" }
|
|
||||||
codecov = { repository = "wezm/ssd1675" }
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libm = "0.2.2"
|
libm = "0.2.2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue