mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Refactored xcode project into a framework. * This framework can be bundled into an xcframework * The xcframework can be added to a swift package Deployment happens through #21
7 lines
347 B
TOML
7 lines
347 B
TOML
[toolchain]
|
|
channel = "1.60"
|
|
targets = [
|
|
"wasm32-unknown-unknown", "x86_64-unknown-linux-gnu", "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 |