Accidentally forgot to add lib alloc lol

This commit is contained in:
2025-02-23 03:16:22 +00:00
parent 5dc73e7000
commit c763f512f1
+1
View File
@@ -11,6 +11,7 @@ lib_ascii = { version = "0.1.0", path = "../lib/lib_ascii", registry = "gitea" }
lib_application = { version = "0.1.0", path = "../lib/lib_application", registry = "gitea" }
lib_async = { version = "0.1.0", path = "../lib/lib_async", registry = "gitea" }
lib_keyboard = { version = "0.1.0", path = "../lib/lib_keyboard", registry = "gitea" }
lib_alloc = { version = "0.1.0", path = "../lib/lib_alloc", registry = "gitea" }
x86_64 = "0.15.2"
spin = "0.9.8"
pic8259 = "0.11.0"