summaryrefslogtreecommitdiff
path: root/extensions/webgpu
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/webgpu')
-rw-r--r--extensions/webgpu/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/webgpu/Cargo.toml b/extensions/webgpu/Cargo.toml
index 7f60bcb0b..782683644 100644
--- a/extensions/webgpu/Cargo.toml
+++ b/extensions/webgpu/Cargo.toml
@@ -3,19 +3,19 @@
[package]
name = "deno_webgpu"
version = "0.14.0"
-edition = "2018"
-description = "WebGPU implementation for Deno"
authors = ["the Deno authors"]
+edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"
+description = "WebGPU implementation for Deno"
[lib]
path = "lib.rs"
[dependencies]
deno_core = { version = "0.95.0", path = "../../core" }
-tokio = { version = "1.8.1", features = ["full"] }
serde = { version = "1.0.126", features = ["derive"] }
+tokio = { version = "1.8.1", features = ["full"] }
wgpu-core = { version = "0.9.0", features = ["trace"] }
wgpu-types = "0.9.0"