summaryrefslogtreecommitdiffstats
path: root/Cross.toml
diff options
context:
space:
mode:
authorLibravatar Richard <richardsoncusto@gmail.com>2021-10-13 16:29:44 -0300
committerLibravatar Richard <richardsoncusto@gmail.com>2022-01-19 17:40:17 -0300
commitf111b48d6a7d9ffd281f2b383b6239d7e1970761 (patch)
tree8b06059b3b6f9be712c8d7af74a4e908c513d9c9 /Cross.toml
parent79ac5bb890d2076e54d8cad031459a3f575a5110 (diff)
downloadiced-f111b48d6a7d9ffd281f2b383b6239d7e1970761.tar.gz
iced-f111b48d6a7d9ffd281f2b383b6239d7e1970761.tar.bz2
iced-f111b48d6a7d9ffd281f2b383b6239d7e1970761.zip
Add cross compilation targets for `armv7` and `aarch64`
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..92e51543
--- /dev/null
+++ b/Cross.toml
@@ -0,0 +1,7 @@
+[target.armv7-unknown-linux-gnueabihf]
+image = "iced-rs/armv7"
+xargo = false
+
+[target.aarch64-unknown-linux-gnu]
+image = "iced-rs/aarch64"
+xargo = false \ No newline at end of file