diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-02 10:19:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 10:19:27 -0400 |
| commit | d7d452efc158d7b1ea89b6f92237cea3b29f88db (patch) | |
| tree | f6e6d9fd599e1085751a6eba9b7c48a8f9101668 /extensions/webgpu | |
| parent | 505d253436153b34a60018c732b55e900a331859 (diff) | |
chore: format toml files internally (#11563)
Diffstat (limited to 'extensions/webgpu')
| -rw-r--r-- | extensions/webgpu/Cargo.toml | 6 |
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" |
