mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
9da5c1d3a0
* Release v0.10 * hal/gles: update glow handles logic
21 lines
432 B
TOML
21 lines
432 B
TOML
[package]
|
|
name = "wgpu-types"
|
|
version = "0.10.0"
|
|
authors = ["wgpu developers"]
|
|
edition = "2018"
|
|
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"]
|
|
replay = ["serde"]
|
|
|
|
[dependencies]
|
|
bitflags = "1.0"
|
|
serde = { version = "1.0", features = ["serde_derive"], optional = true }
|