Add cross compilation targets for armv7 and aarch64
This commit is contained in:
parent
79ac5bb890
commit
f111b48d6a
3 changed files with 69 additions and 0 deletions
7
Cross.toml
Normal file
7
Cross.toml
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue