diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-02-20 17:48:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-20 16:48:02 +0000 |
| commit | a16c11c5d10052c688ba4c2eca09fd1a225e395a (patch) | |
| tree | 34fb4b4fb028ca2c19a0d7059915f86a5d511540 /ext/webgpu/Cargo.toml | |
| parent | 6915a9b7a701dde0e1078867961c9a91811c1850 (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.toml | 3 |
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"] |
