mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
* 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
22 lines
403 B
TOML
22 lines
403 B
TOML
[package]
|
|
name = "benchmarks"
|
|
version = "0.1.0"
|
|
description = ""
|
|
categories = []
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
maplibre = { path = "../maplibre", features = ["headless", "embed-static-tiles", "thread-safe-futures"] }
|
|
|
|
[dev-dependencies]
|
|
criterion = { version = "0.3.6", features = ["async_tokio"] }
|
|
tokio = "1.19.2"
|
|
|
|
[[bench]]
|
|
name = "render"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "data"
|
|
harness = false
|