odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.13k stars 551 forks source link

vendor/wgpu: fix linker errors with empty project #3862

Closed laytan closed 4 days ago

laytan commented 4 days ago

Moves the WGPU native bindings below the others instead of in a different file, making the usage of them also cause the libraries to be linked.

Currently an empty project that just imports the package without any other calls fails with linker errors.