You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
epd-waveshare/Cargo.toml

22 lines
377 B
TOML

5 years ago
[package]
name = "eink_waveshare_rs"
version = "0.1.0"
authors = ["Christoph Groß <christoph.gross@student.uni-tuebingen.de>"]
[features]
default = ["epd1in54", "epd2in9", "epd4in2"]
epd1in54 = []
epd2in9 = []
epd4in2 = []
5 years ago
# Activates the fast LUT for EPD4in2
epd4in2_fast_update = []
5 years ago
[dependencies]
[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.1"