[dependencies.embedded-graphics-core]
version = "0.4.0"
[dependencies.flipdot]
version = "0.8.0"
[dependencies.flipdot-testing]
version = "0.8.0"
[dependencies.serial]
version = "0.4.0"
[dev-dependencies.embedded-graphics]
version = "0.8.1"
[dev-dependencies.env_logger]
version = "0.11.6"
[[example]]
name = "graphics"
path = "examples/graphics.rs"
[lib]
name = "flipdot_graphics"
path = "src/lib.rs"
[package]
authors = ["Adam Lusch <alusch@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["hardware-support"]
description = "An implementation of the embedded-graphics DrawTarget trait using the flipdot crate"
documentation = "https://docs.rs/flipdot-graphics"
edition = "2024"
keywords = ["flip-dot", "Luminator", "bus", "sign", "graphics"]
license = "MIT"
name = "flipdot-graphics"
readme = "README.md"
repository = "https://github.com/alusch/flipdot-graphics"
version = "0.1.0"