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
|
2021-06-23 06:28:04 +00:00
|
|
|
description = "Adapter information and per-adapter test program"
|
2022-10-20 05:41:17 +00:00
|
|
|
homepage.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
keywords.workspace = true
|
|
|
|
license.workspace = true
|
2022-11-30 21:46:58 +00:00
|
|
|
publish = false
|
2021-06-23 06:28:04 +00:00
|
|
|
|
2022-06-10 19:57:06 +00:00
|
|
|
[dependencies]
|
2023-06-05 04:09:12 +00:00
|
|
|
bitflags.workspace = true
|
2022-10-20 05:41:17 +00:00
|
|
|
env_logger.workspace = true
|
|
|
|
wgpu.workspace = true
|