wgpu/wgpu-info/Cargo.toml

15 lines
383 B
TOML
Raw Normal View History

2021-06-23 06:28:04 +00:00
[package]
name = "wgpu-info"
version = "0.9.0"
authors = ["wgpu developers"]
edition = "2018"
description = "Adapter information and per-adapter test program"
homepage = "https://github.com/gfx-rs/wgpu"
repository = "https://github.com/gfx-rs/wgpu"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"
[dependencies]
2021-07-02 03:20:20 +00:00
env_logger = "0.8"
2021-06-23 23:09:26 +00:00
wgpu = { version = "0.9", path = "../wgpu" }