mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
20 lines
490 B
TOML
20 lines
490 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
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
bitflags.workspace = true
|
|
env_logger.workspace = true
|
|
pico-args.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
wgpu.workspace = true
|