mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
28 lines
543 B
TOML
28 lines
543 B
TOML
[package]
|
|
name = "wgpu-types"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
description = "WebGPU types"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[lib]
|
|
|
|
[features]
|
|
trace = ["serde"]
|
|
replay = ["serde"]
|
|
|
|
[dependencies]
|
|
bitflags.workspace = true
|
|
serde = { workspace = true, features = ["serde_derive"], optional = true }
|
|
|
|
[dev-dependencies]
|
|
serde_json.workspace = true
|