wgpu/wgpu-info/Cargo.toml
Connor Fitzgerald 1ceef24261
Add changelog for 0.13 (#2823)
* Changelog

* Update CHANGELOG.md

* Bump versions to 0.13
2022-06-30 20:25:49 +00:00

15 lines
385 B
TOML

[package]
name = "wgpu-info"
version = "0.13.0"
authors = ["wgpu developers"]
edition = "2021"
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.9"
wgpu = { version = "0.13", path = "../wgpu" }