diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-01-30 15:14:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-30 15:14:16 +0100 |
| commit | 3035dee9f14402f57d42ff0b362152140b4dca13 (patch) | |
| tree | b9a3d3d36e368b3585970ffe00127c90e16b7a09 /Cargo.toml | |
| parent | 266915d5ce354fde12b20f8f5ceb5ffdfacb7983 (diff) | |
chore: update webgpu (#17534)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 503f45aac..6a60dcf89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,6 +121,11 @@ url = { version = "2.3.1", features = ["serde", "expose_internals"] } uuid = { version = "=1.1.2", features = ["v4"] } zstd = "=0.11.2" +# webgpu +raw-window-handle = "0.5.0" +wgpu-core = "0.15" +wgpu-types = "0.15" + # macros proc-macro2 = "1" quote = "1" |
