.
This commit is contained in:
FantasyPvP
2023-09-29 19:25:34 +01:00
parent b3e31727b0
commit ef192302b8
6 changed files with 92 additions and 58 deletions
Generated
+7
View File
@@ -17,6 +17,7 @@ dependencies = [
"lazy_static",
"libm",
"linked_list_allocator",
"log",
"pc-keyboard",
"pic8259",
"rand",
@@ -218,6 +219,12 @@ dependencies = [
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "maybe-uninit"
version = "2.0.0"