20 lines
495 B
TOML
20 lines
495 B
TOML
[workspace]
|
|
members = ["efi-bin", "xtask"]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
#strip = true
|
|
#opt-level = "z"
|
|
#lto = true
|
|
#codegen-units = 1
|
|
#panic = "abort"
|
|
|
|
[workspace.dependencies]
|
|
fatfs = { path = "rust-fatfs", default-features = false, features = ["alloc", "chrono"] }
|
|
embedded-graphics = "0.8.1"
|
|
log = "0.4.21"
|
|
mbrs = "0.3.1"
|
|
tinygif = { version = "0.0.4", features = ["8k"] }
|
|
uefi = { version = "0.28.0", features = ["global_allocator", "panic_handler", "alloc"] }
|
|
uefi-graphics2 = "0.1.3"
|