Beyley / ztyping

1 stars 0 forks source link

Statically link wgpu-native on all targets #3

Closed Beyley closed 1 year ago

Beyley commented 1 year ago

On linux we dynamically link by default, lets statically link instead, to remove external dependencies entirely

Note: we can already statically link if you specify -Dwgpu_from_source=true, but we should package our own .a file instead so its statically linked by default

Beyley commented 1 year ago

Done