mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
26 lines
674 B
TOML
26 lines
674 B
TOML
[package]
|
|
name = "wgpu-info"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
description = "A tool to print and process information about available wgpu adapters."
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
bitflags.workspace = true
|
|
env_logger.workspace = true
|
|
hashbrown = { workspace = true, features = ["serde"] }
|
|
pico-args.workspace = true
|
|
pollster.workspace = true
|
|
serde = { workspace = true, features = ["default"] }
|
|
serde_json.workspace = true
|
|
wgpu.workspace = true
|
|
|
|
[lints.clippy]
|
|
disallowed_types = "allow"
|