firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
1[package]
2name = "eepy-launcher"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7eepy-sys = { path = "../eepy-sys", features = ["critical-section-impl"] }
8eepy-gui = { path = "../eepy-gui" }
9eepy-serial = { path = "../eepy-serial" }
10embedded-graphics.workspace = true
11usb-device.workspace = true
12usbd-serial.workspace = true
13portable-atomic.workspace = true
14heapless.workspace = true
15postcard.workspace = true
16panic-halt = "1.0"