Skip to content

Commit

Permalink
fix: only generate linkage if CARGO_WORKSPACE_DIR is available (#154)
Browse files Browse the repository at this point in the history
* fix: only generate linkage if CARGO_WORKSPACE_DIR is available, fixes #153

* pin wgpu and spirv-std, reconcile glam dep

* pin wgpu and spirv-std, reconcile glam dep

* patch spirv-std

* check windows long paths enabled

* powershell

* set MSVC paths

* skip compiling shaders on windows
  • Loading branch information
schell authored Jan 12, 2025
1 parent 74d06bc commit 75eee86
Show file tree
Hide file tree
Showing 11 changed files with 374 additions and 195 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
needs: install-cargo-gpu
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# temporarily skip windows, revisit after a fix for this error is found:
# https://github.com/rust-lang/cc-rs/issues/1331
os: [ubuntu-latest, macos-latest] #, windows-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down
Loading

0 comments on commit 75eee86

Please sign in to comment.