From 08cdc5c6e8310890b1e7102b1fcb68dd5f6009a9 Mon Sep 17 00:00:00 2001 From: natrixaeria Date: Sun, 2 Jun 2019 12:36:14 +0200 Subject: Send OffscreenCanvas to graphics worker --- WebInterface/wasm/webhogg/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'WebInterface/wasm/webhogg/Cargo.toml') diff --git a/WebInterface/wasm/webhogg/Cargo.toml b/WebInterface/wasm/webhogg/Cargo.toml index 60cee51..9d6e2ac 100644 --- a/WebInterface/wasm/webhogg/Cargo.toml +++ b/WebInterface/wasm/webhogg/Cargo.toml @@ -26,6 +26,7 @@ features = [ 'HtmlCanvasElement', 'WorkerGlobalScope', 'DedicatedWorkerGlobalScope', + 'OffscreenCanvas', 'WebGl2RenderingContext', 'WebGlShader', 'WebGlProgram', -- cgit v1.2.3-54-g00ecf