Skip to content

Commit

Permalink
Merge pull request #27 from Kl4rry/wgpu
Browse files Browse the repository at this point in the history
Port to wgpu
  • Loading branch information
Kl4rry authored Jan 28, 2024
2 parents cefee06 + 40b3158 commit fe777d9
Show file tree
Hide file tree
Showing 42 changed files with 4,318 additions and 2,478 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/netbsd_minimal.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install Rust
run: rustup update 1.72.0 --no-self-update && rustup default 1.72.0
- name: Install cargo about
run: cargo install cargo-about
- name: Install cargo-dist
run: ${{ matrix.install-dist }}
- name: Install linux deps
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: |
rustup update ${{ matrix.rust }} --no-self-update
rustup default ${{ matrix.rust }}
- name: Install cargo about
run: cargo install cargo-about
- name: Build
run: cargo build --release

Expand Down Expand Up @@ -83,6 +85,8 @@ jobs:
run: |
rustup update ${{ matrix.rust }} --no-self-update
rustup default ${{ matrix.rust }}
- name: Install cargo about
run: cargo install cargo-about
- name: Build
run: cargo build --release

Expand Down Expand Up @@ -126,6 +130,8 @@ jobs:
run: |
rustup update ${{ matrix.rust }} --no-self-update
rustup default ${{ matrix.rust }}
- name: Install cargo about
run: cargo install cargo-about
- name: Build
run: cargo build --release

Expand Down
Loading

0 comments on commit fe777d9

Please sign in to comment.