rust-gpu icon indicating copy to clipboard operation
rust-gpu copied to clipboard

Allow to compile rust-builder as a static c library with the builder calls exported

Open Makogan opened this issue 1 year ago • 1 comments

I would find it useful if rust-builder could be compiled as a static library that could then be invoked from rust, C or C++. This has some possible advantages:

  • Allowing a project using a new toolchain to use rust builder
  • Allowing non rust projects to use rust shaders

Makogan avatar Apr 14 '24 21:04 Makogan