mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 21:36:30 +00:00
Kconfig (#432)
* 内核编译配置 * 将kernel.config的解析代码搬入crate * 将设置feature函数放入CargoHandler中
This commit is contained in:
@ -8,4 +8,5 @@ edition = "2021"
|
||||
[dependencies]
|
||||
bindgen = "0.61.0"
|
||||
lazy_static = "1.4.0"
|
||||
cc = { version = "1.0.83", features = ["parallel"] }
|
||||
cc = { version = "1.0.83", features = ["parallel"] }
|
||||
toml = "0.8.6"
|
Reference in New Issue
Block a user