mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
16 lines
238 B
TOML
16 lines
238 B
TOML
[package]
|
|
name = "apple"
|
|
version = "0.1.0"
|
|
description = ""
|
|
categories = []
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
maplibre = { path = "../maplibre" }
|
|
env_logger = "0.9"
|
|
|
|
[lib]
|
|
name = "maplibre_apple"
|
|
crate-type = ["staticlib"]
|