feat: use frame buffer for rendering
This commit is contained in:
parent
432191b718
commit
a265b857d0
5 changed files with 85 additions and 154 deletions
|
@ -6,6 +6,5 @@ authors = [ "Tim Schubert <dadada@dadada.li>"]
|
|||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
heapless = "0.8.0"
|
||||
log = "0.4.22"
|
||||
uefi = { version = "0.33.0", features = ["logger", "panic_handler"] }
|
||||
uefi = { version = "0.34.0", features = ["logger", "global_allocator", "panic_handler"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue