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"