2021-06-23 06:28:04 +00:00
|
|
|
[package]
|
|
|
|
name = "wgpu-info"
|
2022-10-20 05:41:17 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
2023-06-15 19:56:15 +00:00
|
|
|
description = "A tool to print and process information about available wgpu adapters."
|
2022-10-20 05:41:17 +00:00
|
|
|
homepage.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
keywords.workspace = true
|
|
|
|
license.workspace = true
|
2021-06-23 06:28:04 +00:00
|
|
|
|
2022-06-10 19:57:06 +00:00
|
|
|
[dependencies]
|
2023-06-15 19:56:15 +00:00
|
|
|
anyhow.workspace = true
|
2023-06-05 04:09:12 +00:00
|
|
|
bitflags.workspace = true
|
2022-10-20 05:41:17 +00:00
|
|
|
env_logger.workspace = true
|
2023-06-15 19:56:15 +00:00
|
|
|
pico-args.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
2022-10-20 05:41:17 +00:00
|
|
|
wgpu.workspace = true
|
2023-06-15 19:56:15 +00:00
|
|
|
wgpu-types = { workspace = true, features = ["trace", "replay"] }
|