wgpu/deno_webgpu/Cargo.toml

19 lines
602 B
TOML
Raw Normal View History

# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_webgpu"
2022-03-24 17:20:10 +00:00
version = "0.44.0"
authors = ["the Deno authors"]
edition = "2018"
license = "MIT"
readme = "README.md"
2021-09-03 17:53:10 +00:00
repository = "https://github.com/gfx-rs/wgpu"
description = "WebGPU implementation for Deno"
[dependencies]
2022-03-24 17:20:10 +00:00
deno_core = "0.125.0"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.10", features = ["full"] }
wgpu-core = { path = "../wgpu-core", features = ["trace", "replay", "serde"] }
2021-09-03 17:53:10 +00:00
wgpu-types = { path = "../wgpu-types", features = ["trace", "replay", "serde"] }