mirror of
https://github.com/kittywitch/esp32-c3-meepy.git
synced 2026-02-09 07:59:18 -08:00
feat: clean up some more .w.
This commit is contained in:
parent
32cbbaf4b3
commit
8830e92597
7 changed files with 65 additions and 63 deletions
|
|
@ -1,14 +1,15 @@
|
|||
[package]
|
||||
name = "blinky"
|
||||
name = "meepy"
|
||||
version = "0.1.0"
|
||||
authors = ["Sergio Gasquez <sergio.gasquez@gmail.com>"]
|
||||
authors = ["kittywitch"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
display-interface-spi = "0.5.0"
|
||||
embedded-graphics = "0.8.1"
|
||||
embedded-hal-bus = "0.3.0"
|
||||
embedded-layout = "0.4.2"
|
||||
esp-alloc = { version = "0.9.0", features = ["esp32c3"] }
|
||||
esp-backtrace = { version = "0.18.0", features = [
|
||||
"esp32c3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue