conway
This commit is contained in:
commit
656ed32f8a
7 changed files with 434 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"] }
|
Loading…
Add table
Add a link
Reference in a new issue