wgpu/wgpu-remote/Cargo.toml

22 lines
458 B
TOML
Raw Normal View History

2019-02-17 04:49:52 +00:00
[package]
name = "wgpu-remote"
version = "0.1.0"
authors = [
"Dzmitry Malyshau <kvark@mozilla.com>",
"Joshua Groves <josh@joshgroves.com>",
]
edition = "2018"
[lib]
crate-type = ["lib", "cdylib", "staticlib"]
2019-02-17 04:49:52 +00:00
[features]
default = []
[dependencies]
2019-10-24 16:07:39 +00:00
wgpu-native = { path = "../wgpu-native", version = "0.3", features = ["serde"] }
ipc-channel = "0.12"
2019-02-17 04:49:52 +00:00
log = "0.4"
parking_lot = { version = "0.9" }
2019-02-17 04:49:52 +00:00
serde = { version = "1.0", features = ["serde_derive"] }