println works

This commit is contained in:
2025-02-20 22:59:24 +00:00
parent ee8de361dc
commit 34b960c20a
18 changed files with 816 additions and 44 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ edition = "2021"
[dependencies]
limine = "0.3.1"
lib_example = { path = "../lib_example" }
lib_framebuffer = { path = "../lib/lib_framebuffer" }
lib_serial = { path = "../lib/lib_serial" }
lib_ascii = { path = "../lib/lib_ascii" }
[build-dependencies]
cc = "1.2.14"