maplibre-rs/rust-toolchain.toml
2022-02-26 15:58:07 +01:00

4 lines
284 B
TOML

[toolchain]
channel = "1.59"
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