maplibre-rs/rust-toolchain.toml
2022-04-19 15:49:21 +02:00

4 lines
284 B
TOML

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