mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
19 lines
515 B
TOML
19 lines
515 B
TOML
[package]
|
|
name = "maplibre-demo"
|
|
version = "0.1.0"
|
|
description = ""
|
|
categories = []
|
|
edition = "2021"
|
|
|
|
[features]
|
|
web-webgl = ["maplibre/web-webgl"]
|
|
enable-tracing = ["maplibre/enable-tracing", "tracing-subscriber", "tracing-tracy", "tracy-client"]
|
|
|
|
[dependencies]
|
|
env_logger = "0.9"
|
|
maplibre = { path = "../maplibre" }
|
|
|
|
tracing = { version = "0.1" }
|
|
tracing-subscriber = { version = "0.3", optional = true }
|
|
tracing-tracy = { version = "0.8", optional = true }
|
|
tracy-client = { version = "0.12.7", optional = true } |