maplibre-rs/apple/Cargo.toml
Max Ammann 1444ae7782
Clippy fixes (#197)
* Apply clippy fixes

* Use nightly for android

* Use nightly for web

* Fix feature usage

* Deny unused imports

* Add ios and web fixup

* Exit with non-zero exit code

* Add no_pendantic_os_check cfg flag
2022-11-05 13:29:11 +01:00

18 lines
345 B
TOML

[package]
name = "apple"
version = "0.1.0"
description = ""
categories = []
edition = "2021"
publish = false
[dependencies]
maplibre = { path = "../maplibre", features = ["thread-safe-futures"] }
maplibre-winit = { path = "../maplibre-winit", version = "0.0.1" }
env_logger = "0.9.0"
[lib]
name = "maplibre_apple"
crate-type = ["staticlib"]