Add comments

This commit is contained in:
Maximilian Ammann 2022-04-22 22:23:54 +02:00
parent b18f823f43
commit afcdb32dfe
2 changed files with 2 additions and 2 deletions

View File

@ -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 = []

View File

@ -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