mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
21 lines
449 B
TOML
21 lines
449 B
TOML
[package]
|
|
name = "wgpu-remote"
|
|
version = "0.1.0"
|
|
authors = [
|
|
"Dzmitry Malyshau <kvark@mozilla.com>",
|
|
"Joshua Groves <josh@joshgroves.com>",
|
|
]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
# Enabling these targets makes our CI bots try to build them and fail atm
|
|
crate-type = ["lib", "cdylib", "staticlib"]
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
wgn = { path = "../wgpu-native", package = "wgpu-native", version = "0.4" }
|
|
log = "0.4"
|
|
parking_lot = { version = "0.9" }
|