From 7cd14f97c9300357475e3e461fa57cbb7ec5bfec Mon Sep 17 00:00:00 2001 From: crowlKats <13135287+crowlKats@users.noreply.github.com> Date: Mon, 1 Mar 2021 11:31:13 +0100 Subject: feat: WebGPU API (#7977) Co-authored-by: Luca Casonato --- runtime/ops/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/ops/mod.rs') diff --git a/runtime/ops/mod.rs b/runtime/ops/mod.rs index e5dba723a..0ef04ff3c 100644 --- a/runtime/ops/mod.rs +++ b/runtime/ops/mod.rs @@ -21,6 +21,7 @@ pub mod timers; pub mod tls; pub mod tty; pub mod web_worker; +pub mod webgpu; pub mod websocket; pub mod worker_host; -- cgit v1.2.3