add embedded-graphics crate, but compiling error
This commit is contained in:
parent
beaef1f304
commit
e0eb517517
2 changed files with 174 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue