summaryrefslogtreecommitdiff
path: root/ext/webgpu/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-02-20 17:48:02 +0100
committerGitHub <noreply@github.com>2023-02-20 16:48:02 +0000
commita16c11c5d10052c688ba4c2eca09fd1a225e395a (patch)
tree34fb4b4fb028ca2c19a0d7059915f86a5d511540 /ext/webgpu/Cargo.toml
parent6915a9b7a701dde0e1078867961c9a91811c1850 (diff)
refactor: move webgpu files to ext root (#17832)
Required for #17826
Diffstat (limited to 'ext/webgpu/Cargo.toml')
-rw-r--r--ext/webgpu/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml
index 561425395..6058cbe3c 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -10,6 +10,9 @@ readme = "README.md"
repository = "https://github.com/gfx-rs/wgpu"
description = "WebGPU implementation for Deno"
+[lib]
+path = "lib.rs"
+
[features]
surface = ["wgpu-core/raw-window-handle", "dep:raw-window-handle"]