mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
20 lines
No EOL
356 B
TOML
20 lines
No EOL
356 B
TOML
[package]
|
|
name = "wukkOS"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
spin = "0.9.1"
|
|
x86_64 = "0.14.10"
|
|
rlibc = "1.0"
|
|
multiboot2 = { version = "0.14.0", optional = true }
|
|
[dependencies.lazy_static]
|
|
version = "1.4.0"
|
|
features = ["spin_no_std"]
|
|
|
|
[features]
|
|
default = ["f_multiboot2"]
|
|
f_multiboot2 = ["dep:multiboot2"] |