mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add comments
This commit is contained in:
parent
b18f823f43
commit
afcdb32dfe
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "maplibre-android"
|
||||
name = "maplibre-android" # Naming this "android" is not possible. Compilation fails.
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
categories = []
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
[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
|
||||
components = [ "rust-src" ] # rust-src is required for WASM and android builds which recompile the stdlib
|
||||
Loading…
x
Reference in New Issue
Block a user