firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 18 lines 471 B view raw
1[package] 2name = "eepy-launcher" 3version = "0.1.1" 4edition = "2024" 5authors = ["arthomnix"] 6license = "MIT" 7 8[dependencies] 9eepy-sys = { path = "../eepy-sys", features = ["critical-section-impl"] } 10eepy-gui = { path = "../eepy-gui" } 11eepy-serial = { path = "../eepy-serial" } 12embedded-graphics.workspace = true 13usb-device.workspace = true 14usbd-serial.workspace = true 15portable-atomic.workspace = true 16heapless.workspace = true 17postcard.workspace = true 18panic-halt = "1.0"