wgpu/wgpu-types/Cargo.toml
2022-10-05 18:45:25 -04:00

25 lines
579 B
TOML

[package]
name = "wgpu-types"
version = "0.14.0"
authors = ["wgpu developers"]
edition = "2021"
description = "WebGPU types"
homepage = "https://github.com/gfx-rs/wgpu"
repository = "https://github.com/gfx-rs/wgpu"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"
[lib]
[features]
trace = ["serde", "bitflags_serde_shim"]
replay = ["serde", "bitflags_serde_shim"]
[dependencies]
bitflags = "1.0"
serde = { version = "1.0", features = ["serde_derive"], optional = true }
bitflags_serde_shim = { version = "0.2", optional = true }
[dev-dependencies]
serde_json = "1.0.85"