Files
uefi-video/.cargo/config.toml
mincomk f41d7f169d
Some checks failed
Build / lint (push) Successful in 5m26s
Lint / lint (push) Failing after 5m10s
fix: assets
2025-06-02 17:52:11 +09:00

13 lines
223 B
TOML

[build]
target = "x86_64-unknown-uefi"
[target.x86_64-unknown-uefi]
runner = "bootuefi"
[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[toolchain]
channel = "nightly"