forked from LowLevelDevs/FoundryOS
started setting up support for C code in the kernel
This commit is contained in:
+4
-1
@@ -7,9 +7,12 @@ edition = "2021"
|
||||
limine = "0.3.1"
|
||||
lib_example = { path = "../lib_example" }
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.2.14"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
[[bin]]
|
||||
name = "kernel"
|
||||
path = "src/main.rs"
|
||||
path = "src/main.rs"
|
||||
|
||||
Reference in New Issue
Block a user