gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
843 stars 96 forks source link

meson: install headers #394

Closed natto1784 closed 1 week ago

natto1784 commented 2 months ago

Installing as a standalone library works due to install: true in static_library(). However, headers are not automatically installed. This commit adds the two headers available under ffi/.

Additionally, I have set check: true for the cargo command

hmaarrfk commented 3 days ago

(I don't meant to backseat drive this project, just noticed build related PRs when trying to check what changed "recently")