2020-03-11 01:06:23 +00:00
|
|
|
[package]
|
|
|
|
name = "wgpu-types"
|
2020-05-21 00:12:36 +00:00
|
|
|
version = "0.5.1"
|
2020-03-11 01:06:23 +00:00
|
|
|
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 }
|