summaryrefslogtreecommitdiffstats
path: root/Cross.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-01-26 13:54:21 +0700
committerLibravatar GitHub <noreply@github.com>2022-01-26 13:54:21 +0700
commit9b3cab82ef3bbc5b8129ac3bacec4011229f0fbc (patch)
treebc9fbd32c8c589bc56d2458bb77bc8293ba8a6bd /Cross.toml
parent4aa943cbc63230dfcb995c469ceec9f74e6132e1 (diff)
parent522368e8af6947ea0676f62bf1ae5f68acb2058d (diff)
downloadiced-9b3cab82ef3bbc5b8129ac3bacec4011229f0fbc.tar.gz
iced-9b3cab82ef3bbc5b8129ac3bacec4011229f0fbc.tar.bz2
iced-9b3cab82ef3bbc5b8129ac3bacec4011229f0fbc.zip
Merge pull request #1160 from derezzedex/dev/arm-support
feat: add support to ARM devices (and older hardware)
Diffstat (limited to 'Cross.toml')
-rw-r--r--Cross.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cross.toml b/Cross.toml
new file mode 100644
index 00000000..17cbf9c1
--- /dev/null
+++ b/Cross.toml
@@ -0,0 +1,7 @@
+[target.aarch64-unknown-linux-gnu]
+image = "icedrs/iced:aarch64"
+xargo = false
+
+[target.armv7-unknown-linux-gnueabihf]
+image = "icedrs/iced:armv7"
+xargo = false