2023-01-02 16:00:42 -05:00
|
|
|
# Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
2021-03-01 05:31:13 -05:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "deno_webgpu"
|
2023-01-25 18:15:08 -05:00
|
|
|
version = "0.87.0"
|
2022-11-22 15:07:35 -05:00
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-03-01 05:31:13 -05:00
|
|
|
readme = "README.md"
|
2022-01-24 17:47:05 -05:00
|
|
|
repository = "https://github.com/gfx-rs/wgpu"
|
2021-08-02 10:19:27 -04:00
|
|
|
description = "WebGPU implementation for Deno"
|
2021-03-01 05:31:13 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2022-11-22 15:07:35 -05:00
|
|
|
deno_core.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
tokio.workspace = true
|
2022-07-19 20:22:26 -04:00
|
|
|
wgpu-core = { version = "0.13", features = ["trace", "replay", "serde"] }
|
|
|
|
wgpu-types = { version = "0.13", features = ["trace", "replay", "serde"] }
|