add embedded-graphics crate, but compiling error

This commit is contained in:
Yu Chen 2023-01-07 18:17:43 +08:00
parent beaef1f304
commit e0eb517517
2 changed files with 174 additions and 0 deletions

View file

@ -11,6 +11,7 @@ buddy_system_allocator = "0.6"
bitflags = "1.2.1"
riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
embedded-graphics = "0.7.1"
# lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
[profile.release]
debug = true