wgpu/wgpu-types/Cargo.toml

21 lines
432 B
TOML
Raw Normal View History

[package]
name = "wgpu-types"
version = "0.10.0"
2020-06-18 18:01:59 +00:00
authors = ["wgpu developers"]
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"
[lib]
2020-04-28 01:26:34 +00:00
[features]
trace = ["serde"]
replay = ["serde"]
[dependencies]
bitflags = "1.0"
serde = { version = "1.0", features = ["serde_derive"], optional = true }