1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-17 11:24:40 -05:00
denoland-deno/ext/webgpu/Cargo.toml

19 lines
552 B
TOML
Raw Normal View History

# Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_webgpu"
version = "0.84.0"
2022-11-22 21:07:35 +01:00
authors.workspace = true
edition.workspace = true
license.workspace = true
readme = "README.md"
2022-01-24 23:47:05 +01:00
repository = "https://github.com/gfx-rs/wgpu"
description = "WebGPU implementation for Deno"
[dependencies]
2022-11-22 21:07:35 +01:00
deno_core.workspace = true
serde.workspace = true
tokio.workspace = true
2022-07-20 01:22:26 +01:00
wgpu-core = { version = "0.13", features = ["trace", "replay", "serde"] }
wgpu-types = { version = "0.13", features = ["trace", "replay", "serde"] }