mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
4 lines
284 B
TOML
4 lines
284 B
TOML
[toolchain]
|
|
channel = "1.58"
|
|
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 |