wgpu/wgpu-info/Cargo.toml
Dzmitry Malyshau 9da5c1d3a0
Release v0.10 (#1820)
* Release v0.10

* hal/gles: update glow handles logic
2021-08-18 19:06:21 +00:00

15 lines
385 B
TOML

[package]
name = "wgpu-info"
version = "0.10.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]
env_logger = "0.8"
wgpu = { version = "0.10", path = "../wgpu" }