maplibre-rs/rust-toolchain.toml
2021-12-11 15:14:30 +01:00

4 lines
189 B
TOML

[toolchain]
channel = "1.57"
targets = [ "wasm32-unknown-unknown", "x86_64-unknown-linux-gnu" ]
components = [ "rust-src" ] # rust-src is required for WASM builds which recompile the stdlib