From 0544a8ee2ec5e031af95ea2f293e2e54398fdcd4 Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 2 Feb 2026 23:30:36 +0100 Subject: chore: Re-add and update wgpu-native submodule to latest trunk --- .gitmodules | 3 +++ third_party/wgpu-native | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/wgpu-native diff --git a/.gitmodules b/.gitmodules index e69de29..7c98b34 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/wgpu-native"] + path = third_party/wgpu-native + url = https://github.com/gfx-rs/wgpu-native.git diff --git a/third_party/wgpu-native b/third_party/wgpu-native new file mode 160000 index 0000000..ba4deb5 --- /dev/null +++ b/third_party/wgpu-native @@ -0,0 +1 @@ +Subproject commit ba4deb5d935652f40c7e051b15cbb5d097219941 -- cgit v1.2.3