Specify all targets

This commit is contained in:
Max Ammann 2021-12-20 19:53:05 +01:00
parent 93867d430b
commit 09c1a0834b

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "1.57"
targets = [ "wasm32-unknown-unknown", "x86_64-unknown-linux-gnu", "aarch64-linux-android" ]
targets = [ "wasm32-unknown-unknown", "x86_64-unknown-linux-gnu", "aarch64-linux-android", "aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim" ]
components = [ "rust-src" ] # rust-src is required for WASM builds which recompile the stdlib