From b6e7b1f20439ffe13ecbe2344fd1ed2beec10ea5 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Thu, 21 Nov 2019 15:25:02 -0500 Subject: [PATCH] Add missing WGPUGlobal to wgpu-remote bindings --- wgpu-remote/cbindgen.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wgpu-remote/cbindgen.toml b/wgpu-remote/cbindgen.toml index 1bc9b6880d..5121ab0b44 100644 --- a/wgpu-remote/cbindgen.toml +++ b/wgpu-remote/cbindgen.toml @@ -9,6 +9,7 @@ autogen_warning = """/* DO NOT MODIFY THIS MANUALLY! This file was generated usi */ typedef void WGPUEmpty; +typedef struct WGPUGlobal WGPUGlobal; """ include_version = true braces = "SameLine"