mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
cf866c5ad3
* 1.22.3 (#14832) * chore: pin swc versions to fix cargo publish Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: cjihrig <cjihrig@users.noreply.github.com> Co-authored-by: David Sherret <dsherret@gmail.com>
18 lines
626 B
TOML
18 lines
626 B
TOML
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "deno_webgpu"
|
|
version = "0.57.0"
|
|
authors = ["the Deno authors"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
repository = "https://github.com/gfx-rs/wgpu"
|
|
description = "WebGPU implementation for Deno"
|
|
|
|
[dependencies]
|
|
deno_core = { version = "0.138.0", path = "../../core" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
tokio = { version = "1.17", features = ["full"] }
|
|
wgpu-core = { version = "0.12", features = ["trace", "replay", "serde"] }
|
|
wgpu-types = { version = "0.12", features = ["trace", "replay", "serde"] }
|