This commit is contained in:
Tim Schubert 2024-12-27 23:22:40 +01:00
commit 656ed32f8a
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
7 changed files with 434 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "uefi-textadventure"
version = "0.1.0"
edition = "2021"
[dependencies]
heapless = "0.8.0"
log = "0.4.22"
uefi = { version = "0.33.0", features = ["logger", "panic_handler"] }