Introducing the hottest library crate in town (libk!)

This commit is contained in:
2025-02-23 04:42:30 +00:00
parent c763f512f1
commit 43b1db41ca
30 changed files with 1491 additions and 132 deletions
+1 -7
View File
@@ -5,13 +5,7 @@ edition = "2021"
[dependencies]
limine = "0.3.1"
lib_framebuffer = { version = "0.1.0", path = "../lib/lib_framebuffer", registry = "gitea" }
lib_serial = { version = "0.1.0", path = "../lib/lib_serial", registry = "gitea" }
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" }
libk = { path = "../libk" }
x86_64 = "0.15.2"
spin = "0.9.8"
pic8259 = "0.11.0"