wgpu/wgpu-info/Cargo.toml
Jinlei Li 048a420d82
Remove the default features from wgpu-info (#2753)
Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
2022-06-10 19:57:06 +00:00

15 lines
385 B
TOML

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