diff options
Diffstat (limited to 'runtime/ops/webgpu.rs')
-rw-r--r-- | runtime/ops/webgpu.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ops/webgpu.rs b/runtime/ops/webgpu.rs index bee08b9f6..d48913ce8 100644 --- a/runtime/ops/webgpu.rs +++ b/runtime/ops/webgpu.rs @@ -1,3 +1,4 @@ +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. use deno_webgpu::*; pub fn init(rt: &mut deno_core::JsRuntime) { |