@SonnyBonds@mastodon.gamedev.place
Post #1215537
2026-03-07 15:40 UTC
@kristoff To be exact, this is the part after that initial screenshot:
Replies (1)
-
@SonnyBonds@mastodon.gamedev.place 2026-03-07 17:00
@kristoff Managed to get it working. This part was correct, it was the consuming end that did it wrong. The path I needed to grab was not the module path, but "emittedIncludeTree". Like this: consuming_module.addIncludePath(wgpu_dep.artifact("wgpu").getEmittedIncludeTree());