maplibre-rs/benchmarks/Cargo.toml
Max Ammann fec6a408ee
Update Rust for CI and IDEs (#207)
* Upgrade toolchain to 1.65

* Set minimum Rust version

* Cargo workspaces

* Set version manually

* Set a specific rust version so we an upgrade is triggered

* Use debug for wgpu-info for speedier compile

* Install specific rev of wgpu-info

* Fix windows build
2022-11-12 13:21:29 +01:00

27 lines
530 B
TOML

[package]
name = "benchmarks"
version = "0.1.0"
publish = false
description.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
keywords.workspace = true
authors.workspace = true
[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