From 350d77d73b3b0f91d6efd1cc1362d64458e49084 Mon Sep 17 00:00:00 2001 From: ami-chuu Date: Mon, 30 Mar 2026 00:21:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?.cargo=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cargo/config.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..fb038df --- /dev/null +++ b/.cargo/config.toml @@ -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"