I've got a Zig question if anyone out there happens to know.
I'm wrapping the wgpu_native library into a zig build system package like in the screenshot. This works and can be consumed by another project.
However, I want to _also_ package a file (include/webgpu/webgpu.h) along for the consuming project to be able to use. (I have another wrapped C library that uses webgpu as well that needs to include that header when building.) How would I do that?
