summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorTerminalCursor <tcurse@terminalcursor.xyz>2022-06-29 21:14:02 -0700
committerTerminalCursor <tcurse@terminalcursor.xyz>2022-06-29 21:14:02 -0700
commit27d323f7ce88b238b5dc94f350832b081e7ca6ff (patch)
tree0b9ef10eca68ce97a21565bdf3e1b2df345e25cf /.cargo
Initial commit
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config6
1 files changed, 6 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config
new file mode 100644
index 0000000..d33a138
--- /dev/null
+++ b/.cargo/config
@@ -0,0 +1,6 @@
+[build]
+target = "x86_64-unknown-uefi"
+
+[unstable]
+build-std = ["core", "compiler_builtins", "alloc"]
+build-std-features = ["compiler-builtins-mem"]