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