2020-03-11 01:06:23 +00:00
|
|
|
[package]
|
|
|
|
name = "wgpu-types"
|
2021-08-18 19:06:21 +00:00
|
|
|
version = "0.10.0"
|
2020-06-18 18:01:59 +00:00
|
|
|
authors = ["wgpu developers"]
|
2020-03-11 01:06:23 +00:00
|
|
|
edition = "2018"
|
|
|
|
description = "WebGPU types"
|
|
|
|
homepage = "https://github.com/gfx-rs/wgpu"
|
|
|
|
repository = "https://github.com/gfx-rs/wgpu"
|
|
|
|
keywords = ["graphics"]
|
2021-06-18 17:40:31 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2020-03-11 01:06:23 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
2020-04-28 01:26:34 +00:00
|
|
|
[features]
|
|
|
|
trace = ["serde"]
|
|
|
|
replay = ["serde"]
|
|
|
|
|
2020-03-11 01:06:23 +00:00
|
|
|
[dependencies]
|
|
|
|
bitflags = "1.0"
|
|
|
|
serde = { version = "1.0", features = ["serde_derive"], optional = true }
|