aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/3ds.json1
-rw-r--r--examples/Xargo.toml3
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/3ds.json b/examples/3ds.json
index 6aea864..cfb91e9 100644
--- a/examples/3ds.json
+++ b/examples/3ds.json
@@ -5,6 +5,7 @@
"ar": "arm-none-eabi-ar",
"target-endian": "little",
"target-pointer-width": "32",
+ "target-c-int-width": "32",
"target-family": "unix",
"arch": "arm",
"os": "linux",
diff --git a/examples/Xargo.toml b/examples/Xargo.toml
index a91284d..5ef83cf 100644
--- a/examples/Xargo.toml
+++ b/examples/Xargo.toml
@@ -1,5 +1,4 @@
-[dependencies.collections]
-[dependencies.rand]
+[dependencies.alloc]
[dependencies.panic_abort]
[dependencies.panic_unwind]