Skip to content

spun off crabslab to its own repo, bumped wgpu to 0.18 #208

spun off crabslab to its own repo, bumped wgpu to 0.18

spun off crabslab to its own repo, bumped wgpu to 0.18 #208

Workflow file for this run

on: [push]
name: push
jobs:
renderling-build-shaders:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: |
# ensure the shader binaries were properly checked in
rm -rf crates/renderling/src/linkage/*.spv
cd shaders && cargo run --release && cd ..
git diff --exit-code --no-ext-diff crates/renderling/src/linkage
#renderling-test:
# runs-on: [ubuntu-latest, gpu]
# steps:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
# - run: cargo test