maplibre-rs/apple/Cargo.toml
Max Ammann feff3201c9
Move winit code to maplibre-winit (#86)
* Extract winit code to maplibre-winit

* Run clippy

* Fix android and apple

* Remove import

* Fix android compilation

* Fix android

* Update dependencies

* Fix android

* Fix android

* Add map window config

* Fix feature flag

* Add title to config

* Remove unused export

* Fix for android
2022-05-10 08:58:45 +02:00

18 lines
307 B
TOML

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