diff options
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 |