gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
885 stars 105 forks source link

meson: install headers #394

Closed natto1784 closed 2 months ago

natto1784 commented 5 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 2 months ago

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