wgpu/wgpu-types/Cargo.toml

21 lines
486 B
TOML
Raw Normal View History

[package]
name = "wgpu-types"
version = "0.5.1"
authors = [
"Dzmitry Malyshau <kvark@mozilla.com>",
"Joshua Groves <josh@joshgroves.com>",
]
edition = "2018"
description = "WebGPU types"
homepage = "https://github.com/gfx-rs/wgpu"
repository = "https://github.com/gfx-rs/wgpu"
keywords = ["graphics"]
license = "MPL-2.0"
[lib]
[dependencies]
bitflags = "1.0"
serde = { version = "1.0", features = ["serde_derive"], optional = true }
2020-04-04 02:54:43 +00:00
peek-poke = { version = "0.2", optional = true }