mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
21 lines
372 B
TOML
21 lines
372 B
TOML
[package]
|
|
name = "web"
|
|
version = "0.1.0"
|
|
description = ""
|
|
categories = []
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[features]
|
|
web-webgl = ["maplibre-core/web-webgl"]
|
|
enable-tracing = ["maplibre-core/enable-tracing"]
|
|
|
|
[package.metadata.wasm-pack.profile.release]
|
|
wasm-opt = true
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
|
|
maplibre-core = { path = "../maplibre-core" } |