feat: use frame buffer for rendering

This commit is contained in:
Tim Schubert 2025-04-27 17:44:43 +02:00
parent 432191b718
commit a265b857d0
No known key found for this signature in database
5 changed files with 85 additions and 154 deletions

View file

@ -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"] }