mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Publish examples to wgpu.rs on updates to trunk branch instead of gecko (#3750)
This commit is contained in:
parent
f71a1bc736
commit
28374fb1c8
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -3,7 +3,7 @@ name: Publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- gecko
|
||||
- trunk
|
||||
|
||||
env:
|
||||
CARGO_INCREMENTAL: false
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
run: rustup target add wasm32-unknown-unknown
|
||||
|
||||
- name: Install wasm-bindgen-cli
|
||||
run: cargo install wasm-bindgen-cli --version=0.2.83
|
||||
run: cargo +stable install wasm-bindgen-cli --version=0.2.84
|
||||
|
||||
- name: Build WebGPU examples
|
||||
run: cargo build --package wgpu --release --target wasm32-unknown-unknown --examples
|
||||
|
||||
@ -60,6 +60,12 @@ Bottom level categories:
|
||||
- Fix crash on dropping `wgpu::CommandBuffer`. By @wumpf in [#3726](https://github.com/gfx-rs/wgpu/pull/3726).
|
||||
- Use `u32`s internally for bind group indices, rather than `u8`. By @ErichDonGubler in [#3743](https://github.com/gfx-rs/wgpu/pull/3743).
|
||||
|
||||
### Examples
|
||||
|
||||
#### General
|
||||
|
||||
- Publish examples to wgpu.rs on updates to trunk branch instead of gecko. By @paul-hansen in [#3750](https://github.com/gfx-rs/wgpu/pull/3750)
|
||||
|
||||
## v0.16.0 (2023-04-19)
|
||||
|
||||
### Major changes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user