mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
15 lines
340 B
TOML
15 lines
340 B
TOML
[package]
|
|
name = "wgpu-info"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
description = "Adapter information and per-adapter test program"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
env_logger.workspace = true
|
|
wgpu.workspace = true
|