Загрузить файлы в «.cargo»

This commit is contained in:
2026-03-30 00:21:15 +03:00
parent 59d3f16cad
commit 350d77d73b

10
.cargo/config.toml Normal file
View File

@@ -0,0 +1,10 @@
[unstable]
json-target-spec = true
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
[build]
target = "x86_64-amix.json"
[target.'cfg(target_os = "none")']
runner = "bootimage runner"