maplibre-rs/rust-toolchain.toml
2022-04-23 18:34:45 +02:00

7 lines
371 B
TOML

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