libk now replaces the plethora of lib crates #5

Merged
zxq5 merged 9 commits from nullndvoid/FoundryOS:dev into dev 2025-02-23 17:07:26 +00:00
Showing only changes of commit c763f512f1 - Show all commits
+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"