Skip to content

Commit

Permalink
Include slang-glsl-module.dll in releases, for precompiled glsl modul…
Browse files Browse the repository at this point in the history
…e. (#6239)

* Distribute slang-glsl-module.bin in release packages.

* Fix.

* fix2.

* Build glsl modlue into a dll.

* Notarize glsl-modue.dylib
  • Loading branch information
csyonghe authored Jan 31, 2025
1 parent a026df7 commit 5173c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
"${lib_dir}/libslang.dylib"
"${lib_dir}/libslang-rt.dylib"
"${lib_dir}/libslang-glslang.dylib"
"${lib_dir}/libslang-glsl-module.dylib"
"${lib_dir}/libslang-llvm.dylib"
"${lib_dir}/libgfx.dylib"
"${bin_dir}/slangd"
Expand Down

0 comments on commit 5173c87

Please sign in to comment.