diff options
author | 2021-10-13 16:29:44 -0300 | |
---|---|---|
committer | 2022-01-19 17:40:17 -0300 | |
commit | f111b48d6a7d9ffd281f2b383b6239d7e1970761 (patch) | |
tree | 8b06059b3b6f9be712c8d7af74a4e908c513d9c9 /Cross.toml | |
parent | 79ac5bb890d2076e54d8cad031459a3f575a5110 (diff) | |
download | iced-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.toml | 7 |
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 |