From a16c11c5d10052c688ba4c2eca09fd1a225e395a Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Mon, 20 Feb 2023 17:48:02 +0100 Subject: refactor: move webgpu files to ext root (#17832) Required for #17826 --- ext/webgpu/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/webgpu/Cargo.toml') 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"] -- cgit v1.2.3