diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 14:42:16 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 14:42:16 +0100 |
| commit | 44b8ab08af2f7acf9bd30b75d07e8adf97884142 (patch) | |
| tree | 697496883961243d1926610bba1130fb79a30273 /.gitmodules | |
| parent | f43f3a070078eb6e97e84a3972763a8a3dc768d0 (diff) | |
creating wgpu instance
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e48e435..5fc57bc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "hashmap"] path = hashmap url = https://github.com/tidwall/hashmap.c.git +[submodule "wgpu"] + path = wgpu + url = https://github.com/gfx-rs/wgpu-native.git |
